yt-webpack2-basics
yt-webpack2-basics copied to clipboard
Unexpected token: name (urlParts) at bundle.js
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
I'm using webpack 3.8.1, nodejs 8, can you help me to solve it? thanks
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)