0.3.5 • Published 6 years ago

babel-plugin-transform-omodule-scope v0.3.5

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

babel-plugin-transform-omodule-scope

Build Statusnpm
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" }
        ]
    ]
}
0.3.5

6 years ago

0.3.4

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago