Components
.babelrc configuration.
Proposal
Update babel configuration so the currently wrong configured file will follow the currently recommended rules.
Basically, it means replacing babel-preset-es2015 with babel-preset-env since configuration now is redundant.
Mockups / Examples
None needed. Configuration is effortless and I'm volunteering to implement it.
Benefits
- Avoid install error warning:
warning babel-preset-es2015@6.24.1: �� Thanks for using Babel: we recommend using babel- preset-env now: please read babeljs.io/env to update! - Keeping the project bundling process updated.
Posted on Utopian.io - Rewarding Open Source Contributors