add test
This commit is contained in:
parent
7e718e1e46
commit
b73dac4f63
@ -0,0 +1,2 @@
|
||||
import "babel-polyfill";
|
||||
1 ** 2;
|
||||
@ -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;
|
||||
@ -0,0 +1,11 @@
|
||||
{
|
||||
"presets": [
|
||||
["../../../../lib", {
|
||||
"targets": {
|
||||
"browsers": "chromeandroid 59"
|
||||
},
|
||||
"modules": false,
|
||||
"useBuiltIns": true
|
||||
}]
|
||||
]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user