A basic webpack project setup, packed with all kinds of useful goodies.
This setup uses yarn as its package manager. Please make sure to have it installed and run yarn
to be able to download all necessary packages. If you prefer npm you can just delete the yarn.lock
file and run npm install
.
This setup comes with the follwing features:
- Webpack 4 Setup including
- SCSS support
- separate configurations for
production
anddevelopment
- hot module replacement via webpack-dev-server
- Legacy Browser Polyfills for ES6 via core-js
- JavaScript Linting via eslint
- JavaScript Unit Testing via jest
- ES6 Support via babeljs
- An EditorConfig setup
Feel free to fork this repo and modify it according to your needs. Leave me a note if you like this setup.