Explorar el Código

build(app): ignoreVersion

菲鸽 hace 1 año
padre
commit
fe34178250
Se han modificado 2 ficheros con 6 adiciones y 0 borrados
  1. 3 0
      manifest.config.ts
  2. 3 0
      src/manifest.json

+ 3 - 0
manifest.config.ts

@@ -32,6 +32,9 @@ export default defineManifestConfig({
     usingComponents: true,
     nvueStyleCompiler: 'uni-app',
     compilerVersion: 3,
+    compatible: {
+      ignoreVersion: true,
+    },
     splashscreen: {
       alwaysShowBeforeRender: true,
       waiting: true,

+ 3 - 0
src/manifest.json

@@ -76,6 +76,9 @@
           }
         }
       }
+    },
+    "compatible": {
+      "ignoreVersion": true
     }
   },
   "quickapp": {},