build(manifest): ignoreVersion: true
This commit is contained in:
parent
7e26a71db8
commit
eab3de02fd
@ -29,6 +29,9 @@ export default defineManifestConfig({
|
||||
},
|
||||
/* 5+App特有相关 */
|
||||
'app-plus': {
|
||||
compatible: {
|
||||
ignoreVersion: true,
|
||||
},
|
||||
usingComponents: true,
|
||||
nvueStyleCompiler: 'uni-app',
|
||||
compilerVersion: 3,
|
||||
|
@ -48,6 +48,9 @@
|
||||
"android": {},
|
||||
"ios": {}
|
||||
}
|
||||
},
|
||||
"compatible": {
|
||||
"ignoreVersion": true
|
||||
}
|
||||
},
|
||||
"quickapp": {},
|
||||
|
Loading…
x
Reference in New Issue
Block a user