1.3.5 • Published 5 years ago

@sebacruz/webpack-config v1.3.5

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

webpack-config

My personal shareable webpack configuration.

This package contains my preferred webpack configuration:

  • CSS/SCSS.
  • Image optimization.
  • Code minification.
  • Output path cleaning on every build.
  • Manifest generation.
  • Default webpack-dev-server configuration.

Install

Install the package and its required loaders.

$ npm install --save-dev @sebacruz/webpack-config

Check out the example directory to see how to set up your webpack config.