Added babel-preset-env with browser version targets and babel-polyfill

This commit is contained in:
n1474335 2017-03-21 23:56:46 +00:00
parent 885fbe13ac
commit 1800bad61d
4 changed files with 20 additions and 8 deletions

View file

@ -28,7 +28,8 @@
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.0",
"babel-preset-es2015": "^6.24.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.2.2",
"exports-loader": "^0.6.4",
"grunt": ">=0.4.5",
"grunt-chmod": "~1.1.1",