12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "description": "项目配置文件",
- "miniprogramRoot": "miniprogram/",
- "compileType": "miniprogram",
- "setting": {
- "useCompilerPlugins": [
- "typescript",
- "less"
- ],
- "babelSetting": {
- "ignore": [],
- "disablePlugins": [],
- "outputPath": ""
- },
- "coverView": false,
- "postcss": true,
- "minified": true,
- "enhance": true,
- "showShadowRootInWxmlPanel": false,
- "packNpmRelationList": [],
- "ignoreUploadUnusedFiles": true,
- "compileHotReLoad": false,
- "skylineRenderEnable": true,
- "es6": true
- },
- "simulatorType": "wechat",
- "simulatorPluginLibVersion": {},
- "condition": {},
- "srcMiniprogramRoot": "miniprogram/",
- "editorSetting": {
- "tabIndent": "insertSpaces",
- "tabSize": 2
- },
- "libVersion": "2.32.3",
- "packOptions": {
- "ignore": [],
- "include": []
- },
- "appid": "wxf0323888ac4e31d5"
- }
|