Skip to content

Commit

Permalink
chore(ignitor): change build config
Browse files Browse the repository at this point in the history
  • Loading branch information
liujuping authored and JackLian committed Nov 10, 2023
1 parent 9f78f8c commit f5c874b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/ignitor/build.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f5c874b

Please sign in to comment.