Webpack boilerplate that includes SCSS and Babel loaders with separate configurations for development and production environments.
Clone this repo to your local machine using https://github.com/jako-basson/webpack-boilerplate.git
In the root directory of the cloned repo install npm packages by running
$ npm install
Run command npm start
to execute the webpack development configuration.
Run command npm run build
to execute the webpack production configuration.
- Separate dev and prod webpack configurations
- Cache busting for js, css and images
- Live reloading in development
- Minification for js, css and html in production
- Babel loader
- SCSS loader