Upgrade: babel-preset-es2015 to babel-preset-env

Stay up to date, by using the env preset.

https://babeljs.io/docs/plugins/preset-es2015/

https://babeljs.io/docs/plugins/preset-env/
This commit is contained in:
Xotic750 2018-01-16 19:12:55 +01:00
parent 9c1b5c1c32
commit 10a9f53bab
4 changed files with 8175 additions and 10503 deletions

View file

@ -1,5 +1,5 @@
{
"presets": ["es2015", "stage-3"],
"presets": ["env", "stage-3"],
"plugins": ["transform-runtime"],
"comments": false
}