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