name-all-modules-plugin icon indicating copy to clipboard operation
name-all-modules-plugin copied to clipboard

Names all remaining modules that do not get named via NamedModulesPlugin

Results 2 name-all-modules-plugin issues
Sort by recently updated
recently updated
newest added

Using `[email protected]`: ``` (node:34067) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead at NameAllModulesPlugin.apply (…/node_modules/name-all-modules-plugin/index.js:5:14) at webpack (…/node_modules/webpack/lib/webpack.js:47:13) at …/webpack/compiler.js:63:22 at Promise._execute (…/node_modules/bluebird/js/release/debuggability.js:313:9) at Promise._resolveFromExecutor (…/node_modules/bluebird/js/release/promise.js:483:18) at new...

The edge case this plugin targets is `MultiModule`. However a `MultiModule` can have dependencies that are absolute paths to some modules. Thus `identifier()` would have those absolute paths which breaks...