@getaround-eu/babel-preset-app

1.4.5 • Public • Published

@getaround-eu/babel-preset-app npm version

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

Using in another project

Install

yarn add -D @getaround-eu/babel-preset-app
npm install -D @getaround-eu/babel-preset-app
pnpm install -D @getaround-eu/babel-preset-app

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

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

Dependents (0)

Package Sidebar

Install

npm i @getaround-eu/babel-preset-app

Weekly Downloads

2,889

Version

1.4.5

License

MIT

Unpacked Size

38 kB

Total Files

5

Last publish

Collaborators

  • cpatchane
  • getaround-root