Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 342 Bytes

File metadata and controls

9 lines (6 loc) · 342 Bytes

SimpleNamedModulesPlugin

Strips relative path up to node_modules/ from the module ID. This allows for consistent module IDs when building webpack bundles from differing base paths relative to the node_modules directory.

Based on NamedModulesPlugin by Tobias Koppers @sokra

MIT License: http://www.opensource.org/licenses/mit-license.php