yt-webpack2-basics icon indicating copy to clipboard operation
yt-webpack2-basics copied to clipboard

Unexpected token: name (urlParts) at bundle.js

Open edamian opened this issue 7 years ago • 1 comments

Hi, when I try to run the example for branch 04-webpack-core-concepts in development mode using: npm run build I have the next error

image

I'm using webpack 3.8.1, nodejs 8, can you help me to solve it? thanks

edamian avatar Nov 09 '17 04:11 edamian

The issue must have been introduced with webpack-dev-server 2.8.0, downgrade webpack-dev-server to 2.7.0 (npm install webpack-dev-server@~2.7.0)

arunava1986 avatar Dec 05 '17 09:12 arunava1986