1234567891011121314151617181920212223242526272829303132 |
- {
- "description": "项目配置文件。",
- "setting": {
- "urlCheck": false,
- "es6": true,
- "postcss": true,
- "minified": true,
- "newFeature": true,
- "autoAudits": false,
- "ignoreUploadUnusedFiles": true,
- "babelSetting": {
- "ignore": [],
- "disablePlugins": [],
- "outputPath": ""
- }
- },
- "compileType": "miniprogram",
- "libVersion": "2.13.1",
- "appid": "wx6e03e5ada030b1aa",
- "projectname": "充电桩",
- "simulatorType": "wechat",
- "simulatorPluginLibVersion": {},
- "condition": {},
- "packOptions": {
- "ignore": [],
- "include": []
- },
- "editorSetting": {
- "tabIndent": "insertSpaces",
- "tabSize": 2
- }
- }
|