1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "miniprogramRoot": "dist/",
  3. "projectname": "DogProof",
  4. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  5. "appid": "wx0e3d36f7447d9868",
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": false,
  9. "postcss": false,
  10. "minified": false,
  11. "coverView": true,
  12. "lazyloadPlaceholderEnable": false,
  13. "preloadBackgroundData": false,
  14. "autoAudits": false,
  15. "uglifyFileName": false,
  16. "uploadWithSourceMap": true,
  17. "enhance": true,
  18. "useMultiFrameRuntime": true,
  19. "showShadowRootInWxmlPanel": true,
  20. "packNpmManually": false,
  21. "packNpmRelationList": [],
  22. "minifyWXSS": true,
  23. "useStaticServer": true,
  24. "showES6CompileOption": false,
  25. "checkInvalidKey": true,
  26. "babelSetting": {
  27. "ignore": [],
  28. "disablePlugins": [],
  29. "outputPath": ""
  30. },
  31. "disableUseStrict": false,
  32. "useCompilerPlugins": false,
  33. "minifyWXML": true
  34. },
  35. "compileType": "miniprogram",
  36. "libVersion": "2.24.3",
  37. "srcMiniprogramRoot": "dist/",
  38. "packOptions": {
  39. "ignore": [],
  40. "include": []
  41. },
  42. "condition": {},
  43. "editorSetting": {
  44. "tabIndent": "insertSpaces",
  45. "tabSize": 4
  46. }
  47. }