babel-plugin-transform-omodule-scope
v0.3.5
Published
[![Build Status](https://travis-ci.org/omodule/babel-plugin-transform-omodule-scope.svg?branch=master)](https://travis-ci.org/omodule/babel-plugin-transform-omodule-scope)[![npm](https://img.shields.io/npm/v/babel-plugin-transform-omodule-scope.svg)](http
Downloads
16
Readme
babel-plugin-transform-omodule-scope
This is a babel plugin to transform omodule structure scope constants.
Installation
$ npm install babel-plugin-transform-omodule-scope --save-dev
Configuration
.babelrc
{
"plugins": "transform-omodule-scope"
}
Options
rootPath
: (Default: project root) - specify the root of omodule structure.
{
"plugins": [
[
"transform-omodule-scope",
{ "rootPath": "./src" }
]
]
}