0👍
This might be an issue of webpack please try this:
npm uninstall webpack-dev-server
npm install webpack-dev-server@2.9.1 --dev
npm run serve
Source:stackexchange.com
0👍
This might be an issue of webpack please try this:
npm uninstall webpack-dev-server
npm install webpack-dev-server@2.9.1 --dev
npm run serve