1.16.0 • Published 3 years ago

@doghouse/webpack-base v1.16.0

Weekly downloads
29
License
BSD-3-Clause
Repository
github
Last release
3 years ago

Doghouse webpack base

This is a helper package that abstracts common webpack configuration and plugins. It allows adding custom config which gets merged with the base config using Webpack merge.

Includes common packages required by most projects such as Babel, SASS, Webpack, etc. See package.json for a full list

Versions

Going forward, versioning aligns with nodejs version requirements. The second part of the version should align with tested node version, eg 1.NODE_VERSION.0

1.0.x

Suitable for older versions of node eg 8.x to 12.x

1.16.x

Suitable for node 16

More information

View the README here