babel-preset-venta

0.0.5 • Public • Published

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"]
}

Readme

Keywords

none

Package Sidebar

Install

npm i babel-preset-venta

Weekly Downloads

1

Version

0.0.5

License

ISC

Unpacked Size

46.8 kB

Total Files

7

Last publish

Collaborators

  • christian.wooldridge