summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorWu Cheng-Han2017-02-03 22:04:43 +0800
committerWu Cheng-Han2017-02-03 22:04:43 +0800
commit5ce5d4cd849f764cc563fc4cb1f3288ebb14a2a4 (patch)
tree9dfb0b3406d1946010fa79fdeb6da89bbc53101a /package.json
parent1a617ddf2ee44e116a97e1bc0168af22a87d2102 (diff)
Update to use babel-polyfill to support ES6 features in old browsers
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index f31c9da2..74de2c80 100644
--- a/package.json
+++ b/package.json
@@ -144,6 +144,7 @@
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-plugin-transform-runtime": "^6.15.0",
+ "babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.18.0",
"babel-runtime": "^6.20.0",
"copy-webpack-plugin": "^4.0.1",