-
Convert ES6 to ES5 using babel loader
-
Convert SCSS to CSS
-
Extract CSS file separately using
extract-text-webpack-plugin
-
Post CSS processing
-
Webpack Dev Server
-
Production build with minification of CSS and JS
-
Image optimization
Note: this Image optimization might not work on certain OS. Comment out the block
image-webpack-loader
inwebpack.config.js
-
Spread operator support
{...}
more info
Clone the repo and do the npm install
npm install
To start the local dev environment
npm start
To run the production build
npm run production