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