13 lines
223 B
JSON

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