You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit fixes gulp-build with minification by removing the ES6 fat
arrow functions from the client. It turns out these break the `uglify`
compiler.
It also turns on minification by default. This can be switched off if
it takes too long to run tests.
Closes#447.
This commit fixes gulp-build with minification by removing the ES6 fat
arrow functions from the client. It turns out these break the `uglify`
compiler.
It also turns on minification by default. This can be switched off if
it takes too long to run tests.
Closes#447.
The application build process (
gulp build
) fails with a fatal error when the build is minified.Steps to reproduce:
gulpfile.js
to true../node_modules/.bin/gulp build
The text was updated successfully, but these errors were encountered: