mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-16 11:54:27 +00:00
22 lines
376 B
JSON
22 lines
376 B
JSON
{
|
|
"plugins": [
|
|
[
|
|
"build-plugin-rax-component",
|
|
{
|
|
"type": "rax",
|
|
"targets": ["web"]
|
|
}
|
|
],
|
|
[
|
|
"build-plugin-component",
|
|
{
|
|
"filename": "rax-simulator-renderer",
|
|
"library": "SimulatorRenderer",
|
|
"libraryExport": "default",
|
|
"libraryTarget": "umd"
|
|
}
|
|
],
|
|
"./build.plugin.js"
|
|
]
|
|
}
|