|
123456789101112131415161718192021222324252627282930 |
- {
- "description": "项目配置文件。",
- "packOptions": {
- "ignore": [],
- "include": []
- },
- "setting": {
- "urlCheck": false,
- "es6": true,
- "postcss": true,
- "minified": true,
- "newFeature": true,
- "babelSetting": {
- "ignore": [],
- "disablePlugins": [],
- "outputPath": ""
- }
- },
- "compileType": "miniprogram",
- "libVersion": "2.2.2",
- "appid": "wx649b3be73c1afe47",
- "projectname": "C",
- "editorSetting": {
- "tabIndent": "insertSpaces",
- "tabSize": 2
- },
- "simulatorType": "wechat",
- "simulatorPluginLibVersion": {},
- "condition": {}
- }
|