mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 01:21:58 +00:00
15 lines
224 B
JSON
15 lines
224 B
JSON
{
|
|
"plugins": [
|
|
[
|
|
"build-plugin-component",
|
|
{
|
|
"filename": "core",
|
|
"library": "LCECore",
|
|
"libraryTarget": "umd"
|
|
}
|
|
],
|
|
"build-plugin-fusion",
|
|
"./build.plugin.js"
|
|
]
|
|
}
|