mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-07 13:48:27 +00:00
34 lines
641 B
JSON
34 lines
641 B
JSON
{
|
|
"entry": {
|
|
"lowcode-editor": "src/index.ts",
|
|
"lowcode-preview": "src/preview.ts"
|
|
},
|
|
"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"]
|
|
}
|
|
]
|
|
]
|
|
}
|