@drivy/babel-preset-app

0.4.13 • Public • Published

@drivy/babel-preset-app npm version

Babel shareable preset for Getaround's projects. See Babel documentation

Using in another project

Install: yarn add --dev @drivy/babel-preset-app

In your local babel configuration file babel.config.js, add it into the presets field:

module.exports = {
  "presets": [
    "@drivy/app",
    // or equivalent
    "@drivy/babel-preset-app",
    // or equivalent
    require("@drivy/babel-preset-app"),
  ]
}

Dependents (0)

Package Sidebar

Install

npm i @drivy/babel-preset-app

Weekly Downloads

2

Version

0.4.13

License

MIT

Unpacked Size

34.5 kB

Total Files

5

Last publish

Collaborators

  • thibaud.getaround
  • cpatchane
  • louiscuny