mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-18 21:38:14 +00:00
修改云构建externals
This commit is contained in:
parent
3760a5c555
commit
52c3b9d83d
@ -12,7 +12,8 @@
|
|||||||
"@ali/lowcode-editor-preset-general": "window.LowcodeEditor",
|
"@ali/lowcode-editor-preset-general": "window.LowcodeEditor",
|
||||||
"@ali/lowcode-editor-core": "window.LowcodeEditor",
|
"@ali/lowcode-editor-core": "window.LowcodeEditor",
|
||||||
"@ali/lowcode-editor-skeleton": "window.LowcodeEditor",
|
"@ali/lowcode-editor-skeleton": "window.LowcodeEditor",
|
||||||
"@ali/lowcode-designer": "window.LowcodeEditor"
|
"@ali/lowcode-designer": "window.LowcodeEditor",
|
||||||
|
"rax": "window.Rax"
|
||||||
},
|
},
|
||||||
"minify": false,
|
"minify": false,
|
||||||
"sourcemap": true,
|
"sourcemap": true,
|
||||||
|
|||||||
@ -406,8 +406,8 @@ function getNodeInstance(dom: HTMLElement): NodeInstance<any> | null {
|
|||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
nodeId: node.props.componentId,
|
nodeId: node.props.componentId,
|
||||||
instance: node
|
instance: node,
|
||||||
}
|
};
|
||||||
// return parent;
|
// return parent;
|
||||||
// const instance = fiberNode.stateNode;
|
// const instance = fiberNode.stateNode;
|
||||||
// if (instance) {
|
// if (instance) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user