1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "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": "",
- "appid": "wx1b43cad351b5f0d1",
- "projectname": "sugarpark-mini-program",
- "condition": {
- "search": {
- "current": -1,
- "list": []
- },
- "conversation": {
- "current": -1,
- "list": []
- },
- "game": {
- "current": -1,
- "list": []
- },
- "miniprogram": {
- "current": -1,
- "list": []
- }
- },
- "editorSetting": {
- "tabIndent": "insertSpaces",
- "tabSize": 2
- }
- }
|