@verdaccio/babel-preset

10.0.0 • Public • Published

@verdaccio/babel-preset

Configurable Babel preset for Verdaccio projects

Usage

To use the preset in your .babelrc file, you have to add it using:

{
  "presets": ["@verdaccio"]
}

BABEL_ENV options possibles are: ui, test, registry and docker.

Note: docker has a fixed Node targed with 10;

Options

To use a different Node target version (by default is 6.10)

{
  "presets": [["@verdaccio", {"node": "9"}]]
}

Node 8.15 is the minimum version supported and the default set up.

Enable debug

{
  "presets": [["@verdaccio", {"debug": true}]]
}

@verdaccio/babel-preset is a open source project with MIT license

Package Sidebar

Install

npm i @verdaccio/babel-preset

Weekly Downloads

48

Version

10.0.0

License

MIT

Unpacked Size

13.2 kB

Total Files

6

Last publish

Collaborators

  • sergiohgz
  • verdaccio.npm
  • jotadeveloper
  • ayusharma