namedModulesPlugin-0.input.js 82 B

12345
  1. module.export = {
  2. plugins: [
  3. new webpack.NamedModulesPlugin()
  4. ]
  5. }