mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-15 22:22:51 +00:00
33 lines
599 B
JSON
33 lines
599 B
JSON
{
|
|
"entry": {
|
|
"lowcode-demo": "src/index.jsx"
|
|
},
|
|
"vendor": false,
|
|
"externals": {
|
|
"react": "window.React",
|
|
"react-dom": "window.ReactDOM",
|
|
"prop-types": "window.PropTypes",
|
|
"@ali/lowcode-globals": "window.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"]
|
|
}
|
|
]
|
|
]
|
|
}
|