We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First, uglifyJs is not working correctly. Got this error.
ERROR in bundle.js from UglifyJs Unexpected token: name (urlParts) [(webpack)-dev-server/client?http:/localhost:8080:24,0][bundle.js:32725,4]
So, I commented plugins in webpack.config.js. It compiled successfully. I got this error at localhost:8080
Uncaught TypeError: Cannot read property 'location' of undefined Thank you.
The text was updated successfully, but these errors were encountered:
Thank you @01001100MK for letting me know on this issue.
The problem was caused by the following problem: webpack/webpack-dev-server#1101
I have corrected it here: 54703c4 using the workaround solution by downgrading the version of webpack-dev-server.
webpack-dev-server
Let me know if you run into any further issues.
Sorry, something went wrong.
Downgrading packages to correct webpack-dev-server issue
54703c4
Thank you. It works fine.
suddi
No branches or pull requests
First, uglifyJs is not working correctly. Got this error.
So, I commented plugins in webpack.config.js. It compiled successfully. I got this error at localhost:8080
The text was updated successfully, but these errors were encountered: