mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-11 00:08:16 +00:00
31 lines
520 B
JSON
31 lines
520 B
JSON
{
|
|
"entry": {
|
|
"lowcode-demo": "src/index.jsx"
|
|
},
|
|
"vendor": false,
|
|
"externals": {
|
|
"prop-types": "PropTypes",
|
|
"@ali/lowcode-globals": "LCEGlobals"
|
|
},
|
|
"minify": false,
|
|
"sourcemap": true,
|
|
"outputAssetsPath": {
|
|
"js": "", "css": ""
|
|
},
|
|
"plugins": [
|
|
["build-plugin-react-app"],
|
|
[
|
|
"build-plugin-fusion",
|
|
{
|
|
"themePackage": "@alife/theme-lowcode-light"
|
|
}
|
|
],
|
|
[
|
|
"build-plugin-moment-locales",
|
|
{
|
|
"locales": ["zh-cn"]
|
|
}
|
|
]
|
|
]
|
|
}
|