12345678910111213141516171819202122232425262728293031 |
- {
- "description": "项目配置文件。",
- "packOptions": {
- "ignore": [],
- "include": []
- },
- "setting": {
- "urlCheck": false,
- "es6": false,
- "postcss": false,
- "minified": true,
- "newFeature": true,
- "bigPackageSizeSupport": true,
- "babelSetting": {
- "ignore": [],
- "disablePlugins": [],
- "outputPath": ""
- },
- "condition": false,
- "ignoreUploadUnusedFiles": true
- },
- "compileType": "miniprogram",
- "libVersion": "3.0.1",
- "appid": "wxe7bdb2158aec1d71",
- "projectname": "爱罗山",
- "condition": {},
- "editorSetting": {
- "tabIndent": "insertSpaces",
- "tabSize": 4
- }
- }
|