2.0.1 • Published 8 years ago
@lab009/babel-preset-lab009 v2.0.1
@lab009/babel-preset-lab009
DEPRECATED use @lab009/babel-preset-magma
This package includes the Babel preset used by lab009
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"]
}