mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-28 12:50:38 +00:00
24 lines
514 B
JSON
24 lines
514 B
JSON
{
|
|
"plugins": [
|
|
[
|
|
"build-plugin-component",
|
|
{
|
|
"filename": "vision",
|
|
"library": "VisualEngine",
|
|
"libraryTarget": "umd",
|
|
"externals": {
|
|
"react": "window.React",
|
|
"react-dom": "window.ReactDOM",
|
|
"prop-types": "window.PropTypes",
|
|
"@ali/lowcode-editor-core": "window.LCECore"
|
|
}
|
|
}
|
|
],
|
|
"build-plugin-fusion",
|
|
["build-plugin-moment-locales", {
|
|
"locales": ["zh-cn"]
|
|
}],
|
|
"./build.plugin.js"
|
|
]
|
|
}
|