Add babel-polyfill for older IE support (ping #2762)

This commit is contained in:
Kyle Shockey
2017-03-23 17:54:17 -07:00
parent f6535911e6
commit f1be25b258
7 changed files with 14 additions and 9 deletions

View File

@@ -35,6 +35,7 @@
"just-test-in-node": "mocha --recursive --compilers js:babel-core/register test/core test/components"
},
"dependencies": {
"babel-polyfill": "^6.23.0",
"brace": "0.7.0",
"btoa": "^1.1.2",
"debounce": "1.0.0",