mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-14 13:03:07 +00:00
22 lines
310 B
JSON
22 lines
310 B
JSON
|
|
{
|
|
"entry": "src/app.js",
|
|
"plugins": [
|
|
[
|
|
"build-plugin-fusion",
|
|
{
|
|
"themePackage": "@alifd/theme-design-pro"
|
|
}
|
|
],
|
|
[
|
|
"build-plugin-moment-locales",
|
|
{
|
|
"locales": [
|
|
"zh-cn"
|
|
]
|
|
}
|
|
],
|
|
"@ali/build-plugin-ice-def"
|
|
]
|
|
}
|
|
|