3.4.3 • Published 7 years ago

@lab009/babel-preset-magma v3.4.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

@lab009/babel-preset-magma

Babel configuration for Magma projects.

Usage

If you want to use this Babel preset in a project, 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": ["@lab009/babel-preset-magma"]
}