浏览代码

【小程序升级配置修改】

livetest
刘晖 5 年前
父节点
当前提交
c63e8b0cef
共有 1 个文件被更改,包括 13 次插入1 次删除
  1. +13
    -1
      project.config.json

+ 13
- 1
project.config.json 查看文件

@@ -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",


正在加载...
取消
保存