Uncaught TypeError: c is not a function
Closed this issue · 1 comments
seawind543 commented
seawind543 commented
Root cause
- An object with { root, amd, commonjs, ... } is only allowed for libraryTarget: 'umd'. It's not allowed for other library targets.
Solution
- Change to
umd