Webpack 4 configuration. Feel free to contribute, improve or use it for your projects.
- Entry / Output custom config
- HTML / CSS / SCSS support
- HTML / CSS / JS minification (in production)
- ES6 transpilation via Babel
- PostCSS
- ESLint Standard JS Rules
- Jarvis dashboard
npm start
– to start with developmentnpm run dev
- to check your bundle without minificationnpm run build
- to make it ready for production