Bläddra i källkod

【小程序升级配置修改】

livetest
刘晖 5 år sedan
förälder
incheckning
c63e8b0cef
1 ändrade filer med 13 tillägg och 1 borttagningar
  1. +13
    -1
      project.config.json

+ 13
- 1
project.config.json Visa fil

@@ -9,8 +9,20 @@
"postcss": true,
"minified": true,
"newFeature": true,
"coverView": true,
"autoAudits": false,
"checkInvalidKey": true
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"useCompilerModule": false,
"userConfirmedUseCompilerModuleSwitch": false
},
"compileType": "miniprogram",
"libVersion": "2.5.0",


Laddar…
Avbryt
Spara