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