Normalizes JS/CSS resource dependencies for webpack-manifest-plugin. Version 4.2.7. Integrates with CommonsChunkPlugin to track chunk dependencies. Produces a manifest with a 'deps' field mapping entry points to their JS and CSS assets. Supports all webpack-manifest-plugin options.
npm install webpack-manifest-resource-pluginNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic usage with CommonsChunkPlugin option.
Install webpack-manifest-plugin: npm install --save-dev webpack-manifest-plugin
Migrate to SplitChunksPlugin; plugin may not work as expected with webpack 4+.
Use require('webpack-manifest-resource-plugin')Run: npm install --save-dev webpack-manifest-resource-plugin
Use: const ManifestPlugin = require('webpack-manifest-resource-plugin');Run: npm install --save-dev webpack-manifest-plugin
No dependency data recorded yet.