mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 08:58:15 +00:00
fix demo
This commit is contained in:
parent
88dad87c5c
commit
45cb76871e
@ -1,6 +1,7 @@
|
||||
{
|
||||
"entry": {
|
||||
"index": "src/vision/index.ts"
|
||||
"index": "src/vision/index.ts",
|
||||
"react-simulator-renderer": "../react-simulator-renderer/src/index.ts"
|
||||
},
|
||||
"vendor": false,
|
||||
"devServer": {
|
||||
@ -12,8 +13,6 @@
|
||||
"react-dom": "var window.ReactDOM",
|
||||
"prop-types": "var window.PropTypes",
|
||||
"@alifd/next": "var window.Next",
|
||||
"@ali/lowcode-editor-core": "var window.LCECore",
|
||||
"@ali/visualengine": "var window.VisualEngine",
|
||||
"@ali/visualengine-utils": "var window.VisualEngineUtils"
|
||||
},
|
||||
"plugins": [
|
||||
|
||||
@ -38,7 +38,8 @@
|
||||
"skipLibCheck": true,
|
||||
"baseUrl": "./packages",
|
||||
"paths": {
|
||||
"@ali/lowcode-*": ["./*/src"]
|
||||
"@ali/lowcode-*": ["./*/src"],
|
||||
"@ali/visualengine": ["./vision-preset/src"]
|
||||
},
|
||||
"outDir": "lib"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user