A simple webpack configuration ready for a creation of a react app
yarn
yarn start:dev
yarn build
yarn start
- to start production build located at/dist/
- Development optimized with HMR (Hot Module Reload)
- Production build optimized
- Serving production build with express and node
- Production extracting css to a single file
- Duplicate package checker
- Bundle Analyzer
- Browser caching
- Progress bar for production build
- Generating static HTML entry file
- Loading images (PNG | JPEG | JPG)
- Babel setup and ready to go
- CSS & SASS ready to go
- Eslint && Prettier for code organising
- Pre commit hook setup