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
52c3b9d83d
commit
26c307ec7b
@ -13,9 +13,8 @@
|
||||
"@ali/lowcode-editor-core": "window.LowcodeEditor",
|
||||
"@ali/lowcode-editor-skeleton": "window.LowcodeEditor",
|
||||
"@ali/lowcode-designer": "window.LowcodeEditor",
|
||||
"rax": "window.Rax"
|
||||
"rax": "var window.Rax"
|
||||
},
|
||||
"minify": false,
|
||||
"sourcemap": true,
|
||||
"outputAssetsPath": {
|
||||
"js": "", "css": ""
|
||||
|
||||
@ -9,7 +9,8 @@
|
||||
"externals": {
|
||||
"react": "var window.React",
|
||||
"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",
|
||||
"library": "SimulatorRenderer",
|
||||
"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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user