mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 01:21:58 +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-core": "window.LowcodeEditor",
|
||||
"@ali/lowcode-editor-skeleton": "window.LowcodeEditor",
|
||||
"@ali/lowcode-designer": "window.LowcodeEditor"
|
||||
"@ali/lowcode-designer": "window.LowcodeEditor",
|
||||
"rax": "window.Rax"
|
||||
},
|
||||
"minify": false,
|
||||
"sourcemap": true,
|
||||
|
||||
@ -406,8 +406,8 @@ function getNodeInstance(dom: HTMLElement): NodeInstance<any> | null {
|
||||
}
|
||||
return {
|
||||
nodeId: node.props.componentId,
|
||||
instance: node
|
||||
}
|
||||
instance: node,
|
||||
};
|
||||
// return parent;
|
||||
// const instance = fiberNode.stateNode;
|
||||
// if (instance) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user