2016-07-26 22:38:39 -07:00

13 lines
238 B
JSON

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