123456789101112131415161718192021222324252627282930 |
- {
- "description": "项目配置文件。",
- "packOptions": {
- "ignore": [],
- "include": []
- },
- "setting": {
- "urlCheck": false,
- "es6": true,
- "postcss": true,
- "minified": true,
- "checkSiteMap": false,
- "ignoreDevUnusedFiles": false,
- "ignoreUploadUnusedFiles": false,
- "babelSetting": {
- "ignore": [],
- "disablePlugins": [],
- "outputPath": ""
- }
- },
- "compileType": "miniprogram",
- "libVersion": "2.25.3",
- "appid": "wx1b43cad351b5f0d1",
- "projectname": "sugarpark-mini-program",
- "condition": {},
- "editorSetting": {
- "tabIndent": "insertSpaces",
- "tabSize": 2
- }
- }
|