Webpack plugin (v1.0.6) to suppress output files for specified entry chunks, useful when only certain chunk files (e.g., CSS, JS) are needed. Allows regex-based filtering per chunk or globally. No updates since 2017; works with webpack 3 and lower. A niche alternative to webpack's built-in entry options or custom output configuration.
npm install suppress-chunks-webpack-pluginVerified import paths — ran on the pinned version, not inferred.
Suppress output files for entry chunks 'one' and 'foo' in a webpack 3 configuration using CommonJS require.
No known issues recorded.
No dependency data recorded yet.