Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 340 Bytes

File metadata and controls

21 lines (13 loc) · 340 Bytes

webpack-starter-config

Simple webpack configuration with babel, sass and webpack-dev-server.

Js and css will minify in production mode.

Development mode

npm start

In this mode *.css and *.js will remove from /public folder.

Production mode

npm run build

Assets (*.css and *.js) will save in /public folder.