mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-19 22:58:15 +00:00
修改云构建externals
This commit is contained in:
parent
52c3b9d83d
commit
26c307ec7b
@ -13,9 +13,8 @@
|
|||||||
"@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"
|
"rax": "var window.Rax"
|
||||||
},
|
},
|
||||||
"minify": false,
|
|
||||||
"sourcemap": true,
|
"sourcemap": true,
|
||||||
"outputAssetsPath": {
|
"outputAssetsPath": {
|
||||||
"js": "", "css": ""
|
"js": "", "css": ""
|
||||||
|
|||||||
@ -9,7 +9,8 @@
|
|||||||
"externals": {
|
"externals": {
|
||||||
"react": "var window.React",
|
"react": "var window.React",
|
||||||
"react-dom": "var window.ReactDOM",
|
"react-dom": "var window.ReactDOM",
|
||||||
"prop-types": "var window.PropTypes"
|
"prop-types": "var window.PropTypes",
|
||||||
|
"rax": "var window.Rax"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
@ -6,7 +6,13 @@
|
|||||||
"filename": "rax-simulator-renderer",
|
"filename": "rax-simulator-renderer",
|
||||||
"library": "SimulatorRenderer",
|
"library": "SimulatorRenderer",
|
||||||
"libraryExport": "default",
|
"libraryExport": "default",
|
||||||
"libraryTarget": "umd"
|
"libraryTarget": "umd",
|
||||||
|
"externals": {
|
||||||
|
"react": "var window.React",
|
||||||
|
"react-dom": "var window.ReactDOM",
|
||||||
|
"prop-types": "var window.PropTypes",
|
||||||
|
"rax": "var window.Rax"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"./build.plugin.js"
|
"./build.plugin.js"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user