/babel-plugin-modules-ui5

Primary LanguageJavaScriptApache License 2.0Apache-2.0

babel-plugin-modules-ui5

Plugin to transpile es6 imports into ui5 style AMD.

Experimental

To use just reference this project and add this as a plugin with

plugins: [["babel-plugin-modules-ui5", {
    strict: true,
    noInterop: true
}]]

Trying it out