mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 19:52:51 +00:00
chore: cloud build test 5
This commit is contained in:
parent
c7110df93d
commit
1230dce428
@ -9,7 +9,10 @@
|
||||
},
|
||||
"publicPath": "/",
|
||||
"externals": {
|
||||
"prop-types": "var window.PropTypes"
|
||||
"react": "window.React",
|
||||
"react-dom": "window.ReactDOM",
|
||||
"prop-types": "window.PropTypes",
|
||||
"@alifd/next": "window.Next"
|
||||
},
|
||||
"plugins": [
|
||||
["build-plugin-react-app"],
|
||||
|
||||
@ -4,8 +4,10 @@
|
||||
},
|
||||
"vendor": false,
|
||||
"externals": {
|
||||
"prop-types": "PropTypes",
|
||||
"@ali/lowcode-globals": "LCEGlobals"
|
||||
"react": "window.React",
|
||||
"react-dom": "window.ReactDOM",
|
||||
"prop-types": "window.PropTypes",
|
||||
"@ali/lowcode-globals": "window.LCEGlobals"
|
||||
},
|
||||
"minify": false,
|
||||
"sourcemap": true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user