- I packed ES6"s class, in webpack and added
library: "libraryName",
libraryTarget: "umd",
umdNamedDefine: true
the packaged JS also contains
function webpackUniversalModuleDefinition(root, factory)
how do I use the methods of classes in ES6?