Browse Source

修改小程序配置过滤无依赖文件

dev
战立标 2 years ago
parent
commit
f3fed3bb2f
  1. 3
      project.config.json

3
project.config.json

@ -44,7 +44,8 @@
"outputPath": "" "outputPath": ""
}, },
"condition": false, "condition": false,
"ignoreUploadUnusedFiles": true "ignoreUploadUnusedFiles": true,
"compileWorklet": false
}, },
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "2.19.4", "libVersion": "2.19.4",

Loading…
Cancel
Save