| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "description": "项目配置文件",
- "miniprogramRoot": "miniprogram/",
- "compileType": "miniprogram",
- "setting": {
- "useCompilerPlugins": [
- "typescript"
- ],
- "babelSetting": {
- "ignore": [],
- "disablePlugins": [],
- "outputPath": ""
- },
- "coverView": false,
- "postcss": false,
- "minified": true,
- "enhance": false,
- "showShadowRootInWxmlPanel": false,
- "packNpmRelationList": [],
- "ignoreUploadUnusedFiles": true,
- "compileHotReLoad": false,
- "skylineRenderEnable": true,
- "es6": false,
- "compileWorklet": false,
- "uglifyFileName": false,
- "uploadWithSourceMap": true,
- "packNpmManually": false,
- "minifyWXSS": true,
- "minifyWXML": true,
- "localPlugins": false,
- "condition": false,
- "swc": false,
- "disableSWC": true,
- "disableUseStrict": false
- },
- "simulatorType": "wechat",
- "simulatorPluginLibVersion": {},
- "condition": {},
- "srcMiniprogramRoot": "miniprogram/",
- "editorSetting": {
- "tabIndent": "insertSpaces",
- "tabSize": 2
- },
- "libVersion": "trial",
- "packOptions": {
- "ignore": [],
- "include": []
- },
- "appid": "wx0c8b079993bb9d7a"
- }
|