This is a basic boiler plate to get you started with no extra to bloat it.
- Hot reloads
- CSS & SCSS support
- Favicons (generates 37 different icons for iOS devices, Android devices and the Desktop browser and JSON file with all information about the icons with favicons-webpack-plugin)
- es2015
- minification
- mangle
- Webpack DLL plugin for super fast compilation time
- basic eslint setup
- Testing with Jest and Enzyme
- Coverage reports with Jest
yarn start: Start a webpack-dev-server on port8080with hot-reloadingyarn build:vendor: Build the vendor dlls. This is done automatically when you dobuild:dev,build:prod,start.yarn build:dev: Buildyarn build:prod: Build for production (minify, mangle, remove comments)yarn run clean: cleandist/This is done automatically before any build runs.