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