babel-plugin-transform-nej-to-commonjs

0.0.4 • Public • Published

Version

babel-plugin-transform-nej-to-commonjs

Transform code using NEJ module system to CommonJS module system.

Usage

In .babelrc (Recommended)

.babelrc:

{
    "plugins": [
        ["transform-nej-to-commonjs", {
            "nejPathAliases": {
                "pro": "src/"
            }
        }]
    ]
}

For more information on NEJ path aliases, see the documentation of NEJ.

Options

Name: nejPathAliases

Type: Object

Description: Mapped NEJ path aliases. Will be replaced by the values given after transformation.

Package Sidebar

Install

npm i babel-plugin-transform-nej-to-commonjs

Weekly Downloads

0

Version

0.0.4

License

MIT

Last publish

Collaborators

  • andyrightnow