Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Uglififer on Deploy #376

Merged
merged 1 commit into from
Jul 26, 2024
Merged

Fix Uglififer on Deploy #376

merged 1 commit into from
Jul 26, 2024

Conversation

scherztc
Copy link
Contributor

When I attempted to deploy the updated QA branch to libappstest.libriares.uc.edu, I ran into a problem during the deploying of the javascript assets. Uglifier, which is used to minify JavaScript, does not support optional chaining (?.) which is an ES2020 feature.

I needed to change the way the chaining was done.

I tested the branch by deploying it directly to libappstest and the deploy was successfull.

@Janell-Huyck Janell-Huyck merged commit 89fdff8 into qa Jul 26, 2024
3 checks passed
@Janell-Huyck Janell-Huyck deleted the fix/uglififer branch July 26, 2024 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants