| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "compileType": "miniprogram",
- "packOptions": {
- "ignore": [
- {
- "value": "/minitest",
- "type": "folder"
- }
- ],
- "include": []
- },
- "setting": {
- "coverView": true,
- "es6": true,
- "postcss": true,
- "minified": true,
- "enhance": true,
- "showShadowRootInWxmlPanel": true,
- "packNpmRelationList": [],
- "babelSetting": {
- "ignore": [],
- "disablePlugins": [],
- "outputPath": ""
- },
- "compileWorklet": false,
- "uglifyFileName": false,
- "uploadWithSourceMap": true,
- "packNpmManually": false,
- "minifyWXSS": true,
- "minifyWXML": true,
- "localPlugins": false,
- "disableUseStrict": false,
- "useCompilerPlugins": false,
- "condition": false,
- "swc": false,
- "disableSWC": true
- },
- "editorSetting": {
- "tabIndent": "auto",
- "tabSize": 2
- },
- "appid": "wx3f464072571c1fd3",
- "testRoot": "minitest/",
- "libVersion": "trial",
- "simulatorPluginLibVersion": {}
- }
|