Webpack 3 dependency problem sample
Install dependencies
npm install
Run the local webpack-dev-server with livereload and autocompile on http://localhost:8080/
$ npm run dev
Build the current application
$ npm run build
Webpack 3 dependency problem sample
Install dependencies
npm install
Run the local webpack-dev-server with livereload and autocompile on http://localhost:8080/
$ npm run dev
Build the current application
$ npm run build