support babel/polyfill

This commit is contained in:
Guy Bedford
2015-04-29 12:49:17 +02:00
parent c6639fe8dc
commit f449d8e188
+9 -2
View File
@@ -1,6 +1,13 @@
{
"main": "browser.js",
"format": "global",
"dependencies": {},
"jspmNodeConversion": false
"jspmNodeConversion": false,
"shim": {
"browser": {
"exports": "babel"
}
},
"map": {
"regenerator/runtime": "babel-runtime/regenerator/runtime"
}
}