Utility library providing small, composable helpers for crafting webpack 5+ configurations. Current stable version is 17.1.0, with active maintenance and frequent releases. Offers pre-built rule and plugin generators (e.g., rules.js(), plugins.uglify()) and atomic loaders (loaders.style(), loaders.file()), reducing boilerplate and configuration drift. Prioritizes webpack 5 compatibility and lightweight abstraction over full-featured config tools like webpack-merge or webpack-blocks.
npm install webpack-atomsVerified import paths — ran on the pinned version, not inferred.
Basic webpack config using rules, plugins, and loaders from webpack-atoms.
Upgrade to webpack 5 or pin to webpack-atoms@14.
Run 'npm install webpack-atoms'