Enable external-helpers by default in tests (#12911)
Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com> Co-authored-by: Babel Bot <babel-bot@users.noreply.github.com>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
{
|
||||
"externalHelpers": false,
|
||||
"os": ["linux", "darwin"]
|
||||
}
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
{
|
||||
"externalHelpers": true,
|
||||
"presets": ["env"],
|
||||
"plugins": [
|
||||
["transform-runtime", { "absoluteRuntime": true, "corejs": { "version": 3, "proposals": true } }],
|
||||
["external-helpers", { "helperVersion": "7.100.0" }]
|
||||
[
|
||||
"transform-runtime",
|
||||
{ "absoluteRuntime": true, "corejs": { "version": 3, "proposals": true } }
|
||||
]
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"externalHelpers": true,
|
||||
"presets": ["env"],
|
||||
"plugins": [
|
||||
["transform-runtime", { "absoluteRuntime": true, "corejs": { "version": 3, "proposals": false } }],
|
||||
["external-helpers", { "helperVersion": "7.100.0" }]
|
||||
[
|
||||
"transform-runtime",
|
||||
{
|
||||
"absoluteRuntime": true,
|
||||
"corejs": { "version": 3, "proposals": false }
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user