aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-11-07 13:48:15 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:53 +0300
commit282e499d6afb793f413e080d30c6cd219a78ef06 (patch)
tree1fc22764398489c343d006e614ef0cbcee0fd410 /vnext/package.json
parentf7452e1928a4684b1b93790094b084dd1a445209 (diff)
merge project changes from legacy
Diffstat (limited to 'vnext/package.json')
-rw-r--r--vnext/package.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/vnext/package.json b/vnext/package.json
index 1c0bb8de..7551235e 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -69,10 +69,7 @@
[
"@babel/preset-env",
{
- "useBuiltIns": "usage",
- "targets": {
- "browsers": "ie >=9, android >= 4.2"
- }
+ "useBuiltIns": "usage"
}
],
"@babel/preset-react"