@sebacruz/webpack-config
v1.3.5
Published
Shareable webpack configuration
Downloads
8
Maintainers
Readme
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.