LeeSwagger / webpack-starter

Simple webpack config with babel, scss, and lodash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simple webpack config with babel, scss, and lodash


Languages

Language:JavaScript 85.9%Language:HTML 10.1%Language:CSS 4.0%