13 lines
219 B
JSON

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