support babel/polyfill
This commit is contained in:
@@ -1,6 +1,13 @@
|
|||||||
{
|
{
|
||||||
"main": "browser.js",
|
"main": "browser.js",
|
||||||
"format": "global",
|
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"jspmNodeConversion": false
|
"jspmNodeConversion": false,
|
||||||
|
"shim": {
|
||||||
|
"browser": {
|
||||||
|
"exports": "babel"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"map": {
|
||||||
|
"regenerator/runtime": "babel-runtime/regenerator/runtime"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user