mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 02:12:56 +00:00
46 lines
997 B
JSON
46 lines
997 B
JSON
{
|
|
"entry": {
|
|
"AliLowCodeEngine": "../engine/src/index.ts",
|
|
"ReactSimulatorRenderer": "../react-simulator-renderer/src/index.ts"
|
|
},
|
|
"vendor": false,
|
|
"devServer": {
|
|
"liveReload": false,
|
|
"hot": false
|
|
},
|
|
"library": "[name]",
|
|
"publicPath": "/",
|
|
"externals": {
|
|
"react": "var window.React",
|
|
"react-dom": "var window.ReactDOM",
|
|
"prop-types": "var window.PropTypes",
|
|
"@alifd/next": "var window.Next",
|
|
"rax": "var window.Rax",
|
|
"@alilc/lowcode-engine": "var window.AliLowCodeEngine",
|
|
"@alilc/lowcode-engine-ext": "var window.AliLowCodeEngineExt",
|
|
"moment": "var moment",
|
|
"lodash": "var _"
|
|
},
|
|
"plugins": [
|
|
[
|
|
"build-plugin-react-app"
|
|
],
|
|
[
|
|
"build-plugin-fusion",
|
|
{
|
|
"themePackage": "@alifd/theme-lowcode-light",
|
|
"externalNext": "umd"
|
|
}
|
|
],
|
|
[
|
|
"build-plugin-moment-locales",
|
|
{
|
|
"locales": [
|
|
"zh-cn"
|
|
]
|
|
}
|
|
],
|
|
"./build.plugin.js"
|
|
]
|
|
}
|