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

Use Terser instead of Closure Compiler #426

Merged
merged 1 commit into from
Dec 9, 2019
Merged

Conversation

adroitwhiz
Copy link
Contributor

This was an oversight in #424, sorry!

Closure Compiler fails to parse custom JSDoc annotations and errors out (despite the fact that they're comments...)

Terser doesn't have those issues, and produces a very similar bundle size (actually ~2kb smaller) while also being much faster.

@jonobr1
Copy link
Owner

jonobr1 commented Dec 9, 2019

Oh wow, you already did it 😅

Thanks!

@jonobr1 jonobr1 merged commit f202a23 into jonobr1:dev Dec 9, 2019
@jonobr1
Copy link
Owner

jonobr1 commented Dec 9, 2019

It's smaller and faster to compile 🔥

elShiaLabeouf pushed a commit to elShiaLabeouf/two.js that referenced this pull request Dec 17, 2021
Use Terser instead of Closure Compiler
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.

None yet

2 participants