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

Replace uglify with terser #1125

Merged
merged 1 commit into from
Feb 18, 2020
Merged

Replace uglify with terser #1125

merged 1 commit into from
Feb 18, 2020

Conversation

alubbe
Copy link
Member

@alubbe alubbe commented Feb 13, 2020

Uglify can not handle ES6+, such as const and let. Some npm dependencies, like saxes, can not be used without replacing uglify with the more modern terser because they publish modern JS.

@Siemienik
Copy link
Member

@alubbe

  1. something went wrong while testing on node:8, could you check what's going on?
  2. hmm.. currently I haven't a possibility to check these changes but for me, that's really ok 😄

@alubbe
Copy link
Member Author

alubbe commented Feb 14, 2020

I don't understand the failure here - because it looks like mocha crashes, for no clear reason, but this PR #1127 which has the same change, is somehow green. Is it flaky? Am I missing something?

@alubbe
Copy link
Member Author

alubbe commented Feb 14, 2020

I wiped the cache and now it's green... :D

@Siemienik Siemienik merged commit 66b9585 into exceljs:master Feb 18, 2020
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