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