mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 18:42:56 +00:00
chore(ignitor): change build config
This commit is contained in:
parent
9f78f8c54a
commit
f5c874b4bf
@ -1,15 +1,15 @@
|
||||
{
|
||||
"entry": {
|
||||
"engine-core": "../engine/src/index.ts",
|
||||
"react-simulator-renderer": "../react-simulator-renderer/src/index.ts",
|
||||
"rax-simulator-renderer": "../rax-simulator-renderer/src/index.ts"
|
||||
"AliLowCodeEngine": "../engine/src/index.ts",
|
||||
"ReactSimulatorRenderer": "../react-simulator-renderer/src/index.ts",
|
||||
"RaxSimulatorRenderer": "../rax-simulator-renderer/src/index.ts"
|
||||
},
|
||||
"vendor": false,
|
||||
"devServer": {
|
||||
"liveReload": false,
|
||||
"hot": false
|
||||
},
|
||||
"library": "AliLowCodeEngine",
|
||||
"library": "[name]",
|
||||
"publicPath": "/",
|
||||
"externals": {
|
||||
"react": "var window.React",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user