mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 18:42:56 +00:00
20 lines
444 B
JSON
20 lines
444 B
JSON
{
|
|
"plugins": [
|
|
[
|
|
"@alilc/build-plugin-lce",
|
|
{
|
|
"filename": "editor-preset-vision",
|
|
"library": "LowcodeEditor",
|
|
"libraryTarget": "umd",
|
|
"externals": {
|
|
"react": "var window.React",
|
|
"react-dom": "var window.ReactDOM",
|
|
"prop-types": "var window.PropTypes",
|
|
"rax": "var window.Rax"
|
|
}
|
|
}
|
|
],
|
|
"@alilc/lowcode-test-mate/plugin/index.ts"
|
|
]
|
|
}
|