To keep application projects focused on their own code, Webpack-specific development dependencies can be collected in a separate package. webpack-essentials provides a curated set of commonly used Webpack plugins, loaders, and supporting tools for JavaScript, React, CSS, Sass, and PostCSS. Install them all with a single command:
npm i -DE webpack-essentialsSee package.json for the complete list of included packages.
When an included package receives a major release, we will publish a patch that updates the corresponding dependency.
Contributions are welcome. Feel free to suggest additional packages that should be included.