-
Notifications
You must be signed in to change notification settings - Fork 22
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
Minifying es6 #53
Comments
…w-es6-minification Update asset-minifier to allow es6 minification #53
Thanks for the merge @Deraen ! What's next? Should I just use |
I updated all deps now, but in such cases it is also fine to start using new version in single package as needed. |
Ok, will remember that. |
I'd like to add the package diffDOM to
cljsjs/packages
. It does not provide minified version, so would like to minify it with the built-in task. It fails due to the fact that theminify
only provides an option that specifieslanguage-in
. Setting this to ES6 results in the following error message:Since yesterday, it is possible to specify both
language-in
andlanguage-out
forasset-minifier
through this PR. With the default in being:ecmascript6
and:ecmascript5
as output.The text was updated successfully, but these errors were encountered: