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
with webpack-dev-server 1.14.1 the localhost:8080 is not working due to bug in this webpack version. It throws an error "Uncaught TypeError: Cannot read property 'replace' of null"
If you edit package.json dependencies to: "webpack.dev.server" : "1.14.0" and run "npm run dev" it will work as it should.
The text was updated successfully, but these errors were encountered:
Hi,
with webpack-dev-server 1.14.1 the localhost:8080 is not working due to bug in this webpack version. It throws an error "Uncaught TypeError: Cannot read property 'replace' of null"
If you edit package.json dependencies to: "webpack.dev.server" : "1.14.0" and run "npm run dev" it will work as it should.
The text was updated successfully, but these errors were encountered: