1234567891011121314151617181920212223242526272829303132333435 |
- {
- "appid": "wxc0e0187692545ff1",
- "compileType": "miniprogram",
- "setting": {
- "es6": true,
- "postcss": true,
- "minified": true,
- "uglifyFileName": false,
- "uploadWithSourceMap": true,
- "enhance": true,
- "packNpmManually": false,
- "packNpmRelationList": [],
- "minifyWXSS": true,
- "minifyWXML": true,
- "checkInvalidKey": true,
- "babelSetting": {
- "ignore": [],
- "disablePlugins": [],
- "outputPath": ""
- },
- "disableUseStrict": false,
- "useStaticServer": true,
- "useCompilerPlugins": false
- },
- "condition": {},
- "editorSetting": {
- "tabIndent": "insertSpaces",
- "tabSize": 2
- },
- "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
- "packOptions": {
- "ignore": [],
- "include": []
- }
- }
|