Handy Webpack 4 starter kit
- Install NVM
- Install latest Node.js:
nvm install node
- Install all dependencies:
npm i
- Run Webpack:
npm run dev
- Farewell to html-webpack-inline-svg-plugin
- Warm welcome to svg-sprite-loader and terser-webpack-plugin
- Cache busting for CSS and JS output
- Easily use jQuery and Bootstrap in the build
- Neatly organise favicons, local fonts and php files to the desired folders
- Do most of the cool stuff to your fancy SCSS
- Run Webpack server with live reload
- Critical CSS
- HMR does not work with Live reload
- Conditional split into multi environment build (ex. dev and prod)