123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "description": "项目配置文件。",
- "packOptions": {
- "ignore": [],
- "include": []
- },
- "setting": {
- "urlCheck": false,
- "es6": true,
- "postcss": true,
- "minified": true,
- "newFeature": true,
- "bigPackageSizeSupport": true,
- "babelSetting": {
- "ignore": [],
- "disablePlugins": [],
- "outputPath": ""
- }
- },
- "compileType": "miniprogram",
- "libVersion": "3.5.1",
- "appid": "wxef5b87d5fef241b4",
- "projectname": "cxyy-applet",
- "condition": {
- "miniprogram": {
- "list": [
- {
- "name": "系统首页",
- "pathName": "pages/index/index",
- "query": ""
- }
- ]
- }
- },
- "editorSetting": {
- "tabIndent": "insertSpaces",
- "tabSize": 2
- }
- }
|