to generate named webpack internal module name, now you can reuse lib between single components on one platform
import { SketchPicker } from 'react-color'
// output code
var lib = __webpack_require__("/node_modules/[email protected]/lib/index.js");
lib["SketchPicker"]
doing you can find all options in schema/NamedModuleIdsPulgin.json