13 lines
231 B
JSON

{
"plugins": [
"external-helpers",
["transform-modules-umd", {
"globals": {
"my custom module name": "foo.bar.baz.qux"
},
"exactGlobals": true
}]
],
"moduleId": "my custom module name"
}