mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-03 18:38:11 +00:00
15 lines
263 B
JSON
15 lines
263 B
JSON
{
|
|
"plugins": [
|
|
[
|
|
"build-plugin-component",
|
|
{
|
|
"filename": "react-simulator-renderer",
|
|
"library": "SimulatorRenderer",
|
|
"libraryExport": "default",
|
|
"libraryTarget": "umd"
|
|
}
|
|
],
|
|
"./build.plugin.js"
|
|
]
|
|
}
|