1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "miniprogramRoot": "dist/",
- "projectname": "DogProof",
- "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
- "appid": "wx0e3d36f7447d9868",
- "setting": {
- "urlCheck": false,
- "es6": false,
- "postcss": false,
- "minified": false,
- "coverView": true,
- "lazyloadPlaceholderEnable": false,
- "preloadBackgroundData": false,
- "autoAudits": false,
- "uglifyFileName": false,
- "uploadWithSourceMap": true,
- "enhance": true,
- "useMultiFrameRuntime": true,
- "showShadowRootInWxmlPanel": true,
- "packNpmManually": false,
- "packNpmRelationList": [],
- "minifyWXSS": true,
- "useStaticServer": true,
- "showES6CompileOption": false,
- "checkInvalidKey": true,
- "babelSetting": {
- "ignore": [],
- "disablePlugins": [],
- "outputPath": ""
- },
- "disableUseStrict": false,
- "useCompilerPlugins": false,
- "minifyWXML": true
- },
- "compileType": "miniprogram",
- "libVersion": "2.24.3",
- "srcMiniprogramRoot": "dist/",
- "packOptions": {
- "ignore": [],
- "include": []
- },
- "condition": {},
- "editorSetting": {
- "tabIndent": "insertSpaces",
- "tabSize": 4
- }
- }
|