0.8.0 • Published 4 years ago

babel-preset-common v0.8.0

Weekly downloads
9
License
MIT
Repository
github
Last release
4 years ago

babel-preset-common

All Contributors

A preset that allows you to use the latest JavaScript without needing to micromanage which syntax transforms are needed by your target environment(s). Babel preset based on @babel/preset-env

Install

yarn add -D babel-preset-common

Usage

  "babel": {
    "presets": [
      "common"
    ],
    "comments": false,
    "minified": true
  }

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

License

MIT © Billgo