0.0.5 • Published 1 year ago

babel-preset-venta v0.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

babel-preset-venta

This package includes the Babel preset used by Create Venta App. Please refer to its documentation:

Usage in Create Venta Projects

The easiest way to use this configuration is with Create Venta App, which includes it by default. You don’t need to install it separately in Create Venta App projects.

Usage Outside of Create Venta App

If you want to use this Babel preset in a project not built with Create Venta App, you can install it with the following steps.

First, install Babel.

Then install babel-preset-venta.

npm install babel-preset-venta --save-dev

Then create a file named .babelrc with following contents in the root folder of your project:

{
  "presets": ["venta"]
}