1.0.7 • Published 5 years ago

webpack-named-moduleids-plugin v1.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago