babel-preset-cerebro-plugin

0.0.17 • Public • Published

babel-preset-cerebro-plugin

This package includes the Babel preset used by Create Cerebro Plugin.

Usage in Create Cerebro Plugin

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

Usage Outside of Create React App

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

First, install Babel.

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

{
  "presets": ["cerebro-plugin"]
}

/babel-preset-cerebro-plugin/

    Package Sidebar

    Install

    npm i babel-preset-cerebro-plugin

    Weekly Downloads

    4

    Version

    0.0.17

    License

    MIT

    Last publish

    Collaborators

    • kelion