aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-11-07 09:28:16 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:53 +0300
commit21a046d9bb6e3be3253afc75e11ddb6c14fcc65c (patch)
treef36a7fca3d719946788a070e555074e22a289ef9 /vnext/package.json
parentcf259373f2cb7e4bd47e337eec349d805b228113 (diff)
@babel/polyfill
Diffstat (limited to 'vnext/package.json')
-rw-r--r--vnext/package.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/vnext/package.json b/vnext/package.json
index 55fb38b7..8664ca18 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -66,11 +66,20 @@
"@babel/plugin-syntax-dynamic-import"
],
"presets": [
- "@babel/preset-env",
+ [
+ "@babel/preset-env",
+ {
+ "useBuiltIns": "usage",
+ "targets": {
+ "browsers": "ie >=9, android >= 4.2"
+ }
+ }
+ ],
"@babel/preset-react"
]
},
"dependencies": {
+ "@babel/polyfill": "^7.0.0",
"axios": "^0.18.0",
"immutability-helper": "^2.8.1",
"moment": "^2.22.2",