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