Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 366 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 366 Bytes

Webpack config example written in es6 syntax

Launch webpack-dev-server

git clone https://github.com/kmetto/webpack-dev-server-config-es6.git
cd webpack-dev-server-config-es6
npm i
npm run serve

Or build dist

git clone https://github.com/kmetto/webpack-dev-server-config-es6.git
cd webpack-dev-server-config-es6
npm i
npm run build