mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 17:08:14 +00:00
34 lines
907 B
JSON
34 lines
907 B
JSON
{
|
|
"plugins": [
|
|
[
|
|
"build-plugin-component",
|
|
{
|
|
"filename": "engine",
|
|
"library": "___AliLowCodeEngine___",
|
|
"libraryTarget": "umd",
|
|
"externals": {
|
|
"react": "var window.React",
|
|
"react-dom": "var window.ReactDOM",
|
|
"prop-types": "var window.PropTypes",
|
|
"@ali/visualengine": "var window.VisualEngine",
|
|
"@ali/visualengine-utils": "var window.VisualEngineUtils",
|
|
"rax": "var window.Rax",
|
|
"monaco-editor/esm/vs/editor/editor.api": "var window.monaco",
|
|
"monaco-editor/esm/vs/editor/editor.main.js": "var window.monaco"
|
|
}
|
|
}
|
|
],
|
|
[
|
|
"build-plugin-fusion",
|
|
{
|
|
"themePackage": "@alifd/theme-lowcode-light",
|
|
"externalNext": "umd"
|
|
}
|
|
],
|
|
["build-plugin-moment-locales", {
|
|
"locales": ["zh-cn"]
|
|
}],
|
|
"./build.plugin.js"
|
|
]
|
|
}
|