12 lines
167 B
JSON
12 lines
167 B
JSON
{
|
|
"plugins": [
|
|
"external-helpers",
|
|
["transform-modules-umd", {
|
|
"globals": {
|
|
"es6-promise": "Promise"
|
|
},
|
|
"loose": true
|
|
}]
|
|
]
|
|
}
|