mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-09 14:58:26 +00:00
18 lines
314 B
JSON
18 lines
314 B
JSON
{
|
|
"plugins": [
|
|
[
|
|
"build-plugin-component",
|
|
{
|
|
"filename": "globals",
|
|
"library": "LCEGlobals",
|
|
"libraryExport": "default",
|
|
"libraryTarget": "umd"
|
|
}
|
|
],
|
|
"build-plugin-fusion",
|
|
["build-plugin-moment-locales", {
|
|
"locales": ["zh-cn"]
|
|
}]
|
|
]
|
|
}
|