1.0.7 • Published 4 years ago

webpack-named-moduleids-plugin v1.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

webpack named moduleids plugin

to generate named webpack internal module name, now you can reuse lib between single components on one platform

case

  import { SketchPicker } from 'react-color'

  // output code

  var lib = __webpack_require__("/node_modules/react-color@2.x.x/lib/index.js");
  lib["SketchPicker"]

more

doing you can find all options in schema/NamedModuleIdsPulgin.json

1.0.7

4 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago