-
Notifications
You must be signed in to change notification settings - Fork 162
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
Production Build #51
Comments
Try uglifyjs |
i compiled Hello-World example with webpack by running following command webpack webpack-complied-Script.js --progress -p I got the following message WARNING in webpack-complied-Script.js from UglifyJs but when I run the webpack-complied-Script.js in IE 8 mode in internet explorer it did not worked. I got the following error JavaScript critical error at line 1, column 15160 in http://localhost:49264/src/webpack-complied-Script.js\n\nSCRIPT1010: Expected identifier error is thrown at follwing line Symbol&&Symbol.for&&Symbol.for pls help |
how do i create prod build. Currently the compiled file is quite large.
The text was updated successfully, but these errors were encountered: