mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 03:01:16 +00:00
20 lines
315 B
JSON
20 lines
315 B
JSON
{
|
|
"plugins": [
|
|
"@alilc/build-plugin-lce",
|
|
[
|
|
"build-plugin-fusion",
|
|
{
|
|
"themePackage": "@alifd/theme-lowcode-light",
|
|
"externalNext": "umd"
|
|
}
|
|
],
|
|
[
|
|
"build-plugin-moment-locales",
|
|
{
|
|
"locales": ["zh-cn"]
|
|
}
|
|
],
|
|
"./build.plugin.js"
|
|
]
|
|
}
|