Step to reproduce
- Checkout fresh install.
npm i
npm run dev
Results
Workaround
yarn install // To install dependency
npm run build // To create build folder
npm run dev // To start webpack-dev-server
Or
yarn install // To install dependency
npm run start // To create build folder and start http-server
PS : I can see some movement in other branch so I didn't propose fixed PR to prevent conflict. :)