-
Notifications
You must be signed in to change notification settings - Fork 249
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
Minification issues #1966
Comments
I think we should remove the |
cool, i'll have a look through the core bits as i go, any plugin containing es6 will break after i reinstate minification. so could be a bit of a hassle |
find it a bit depressing that we can't use the only two bits of ES6 that are actually supported in ALL current browsers but there you go, I guess there's little we can do. |
v5 I'm going for webpack. So we're not far. |
Subject of the issue
adapt/js/adapt.min.js
should be minified by uglifyjsadapt/js/build.min.js
shouldn't be minified by uglifyjs as it is jsones6 is currently not supported by a released version of grunt-contrib-uglifyjs
this means the javascript command doesn't minify the adapt.min.js file properly due to a
let
statement in thenotify
modulealso remove ie8 support from uglifier
The text was updated successfully, but these errors were encountered: