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