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