@unis/babel-preset
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

Unis Babel Preset

Unis develop preset for babel.

Install

npm add -D @unis/babel-preset

Usage

.babelrc.json or babel.config.js

{
  "presets": ["@unis/babel-preset"]
}

If you use @babel/preset-env, please use relatively new targets. There is a bug in the babel transformation of destructuring syntax. e.g.

{
  "presets": [
    [
      "@babel/preset-env",
      {
        targets: "> 0.25%, not dead",
      }
    ],
    "@unis/babel-preset"
  ]
}

Readme

Keywords

Package Sidebar

Install

npm i @unis/babel-preset

Weekly Downloads

2

Version

0.0.2

License

MIT

Unpacked Size

5.8 kB

Total Files

8

Last publish

Collaborators

  • anuoua