Skip to content

Cannot run locally. #14

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

Closed
L16H7 opened this issue Oct 19, 2017 · 2 comments
Closed

Cannot run locally. #14

L16H7 opened this issue Oct 19, 2017 · 2 comments
Assignees
Labels

Comments

@L16H7
Copy link

L16H7 commented Oct 19, 2017

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.

@suddi suddi self-assigned this Oct 26, 2017
@suddi suddi added the bug label Oct 26, 2017
@suddi
Copy link
Owner

suddi commented Oct 26, 2017

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.

Let me know if you run into any further issues.

@L16H7
Copy link
Author

L16H7 commented Oct 27, 2017

Thank you. It works fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants