Skip to content

voodoods/webpack-boilerplate

Repository files navigation

webpack-boilerplate

A basic webpack project setup, packed with all kinds of useful goodies.

Setup

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.

Contents

This setup comes with the follwing features:

  • Webpack 4 Setup including
    • SCSS support
    • separate configurations for production and development
    • 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

Usage

Feel free to fork this repo and modify it according to your needs. Leave me a note if you like this setup.

About

A basic webpack project setup, packed with all kinds of useful goodies.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published