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

Minify using google-closure-compiler-js #68

Closed

Conversation

opichals
Copy link
Contributor

This should provide a consistent minification allow dropping the problematic esprima minification to fix #64

Replaces the use of the online closure compiler service use.

It is GWT transpiled Closure Compiler Java code which work in a browser
as well as in node.js.
A contents of node_modules/google-closure-compiler-js/jscomp.js after
npm install.
@opichals
Copy link
Contributor Author

Closing this as the Rollup.js along with Terser minification was merged.

@opichals opichals closed this Dec 13, 2018
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.

Esprima minification corrupts some lambdas
1 participant