This commit is contained in:
Brian Ng 2017-07-03 09:06:37 -05:00
parent 7e718e1e46
commit b73dac4f63
3 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,2 @@
import "babel-polyfill";
1 ** 2;

View File

@ -0,0 +1,5 @@
import "core-js/modules/web.timers";
import "core-js/modules/web.immediate";
import "core-js/modules/web.dom.iterable";
1 ** 2;

View File

@ -0,0 +1,11 @@
{
"presets": [
["../../../../lib", {
"targets": {
"browsers": "chromeandroid 59"
},
"modules": false,
"useBuiltIns": true
}]
]
}