build(app): ignoreVersion
This commit is contained in:
parent
45ec82462a
commit
4789b5ba41
@ -32,6 +32,9 @@ export default defineManifestConfig({
|
||||
usingComponents: true,
|
||||
nvueStyleCompiler: 'uni-app',
|
||||
compilerVersion: 3,
|
||||
compatible: {
|
||||
ignoreVersion: true,
|
||||
},
|
||||
splashscreen: {
|
||||
alwaysShowBeforeRender: true,
|
||||
waiting: true,
|
||||
|
@ -48,6 +48,9 @@
|
||||
"android": {},
|
||||
"ios": {}
|
||||
}
|
||||
},
|
||||
"compatible": {
|
||||
"ignoreVersion": true
|
||||
}
|
||||
},
|
||||
"quickapp": {},
|
||||
|
Loading…
x
Reference in New Issue
Block a user