babel-preset-latest was giving the following warning:
npm WARN deprecated babel-preset-latest@6.16.0: 💥 preset-latest accomplishes the same task as babel-preset-env. 🙏 Please install it with 'npm install babel-preset-env --save-dev'. '{ "presets": ["latest"] }' to '{ "presets": ["env"] }'. For more info, please check the docs: http://babeljs.io/docs/plugins/preset-env
This PR updates the package to use babel-preset-env.
Merging will trigger a minor version update.
Impacted Areas in Application
List general components of the application that this PR will affect:
package.json
index.js
fixed test: new babel preset doesn't allow decorators to be followed by semicolons (just like in spec).
Status
READY
Description
babel-preset-latest
was giving the following warning:This PR updates the package to use
babel-preset-env
. Merging will trigger a minor version update.Impacted Areas in Application
List general components of the application that this PR will affect:
package.json
index.js