Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 801 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 801 Bytes

Version

babel-plugin-transform-nej-amd

Transform code using NEJ module system to AMD module system.

Usage

In .babelrc (Recommended)

.babelrc:

{
    "plugins": [
        ["transform-nej-amd", {
            "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.