0.1.1 • Published 6 years ago

babel-plugin-openui5-support v0.1.1

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
6 years ago

babel-plugin-openui5-support

Plugin to modify OpenUI5 to exclude or lazy load support modules.

Examples

Load Async (default)

This will load the support module async when the configuration is enabled. It will replace the UI5 code with an ES6 import statement, which can be understood by webpack.

{
  "plugins": ["openui5-support"]
}

Remove completely

This will remove the support module bootstrapping from the code completely

{
  "plugins": [
    [
      "openui5-support",
      {
        "mode": "remove"
      }
    ]
  ]
}
0.1.1

6 years ago

0.1.0

6 years ago

0.1.0-beta.2

6 years ago

0.1.0-beta.1

6 years ago

0.1.0-beta.0

6 years ago

0.1.0-0

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago