Package Exports
- @sebacruz/webpack-config
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@sebacruz/webpack-config) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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.