aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-06-18 11:20:04 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:52 +0300
commitc91a070f5d3d9bd66b5195b3cf45fbf9a2f1aca4 (patch)
tree9b36fdf48ec2efc4a3e6f783d8c910d731bc8cde /vnext/package.json
parentc41644ea950ed689cf27a3db98b3707bda7bfc0d (diff)
babel-polyfill
Diffstat (limited to 'vnext/package.json')
-rw-r--r--vnext/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/vnext/package.json b/vnext/package.json
index 3eaec73f..bf70be0e 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -13,6 +13,7 @@
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
+ "babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"connect-history-api-fallback": "^1.5.0",
@@ -42,4 +43,4 @@
"react-router-dom": "^4.3.1",
"whatwg-fetch": "^2.0.4"
}
-}
+} \ No newline at end of file