小程序农机手端

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "miniprogramRoot": "dist/",
  3. "projectname": "machinery-worker",
  4. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  5. "appid": "wx6d749c13e3f8b39a",
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": false,
  9. "enhance": true,
  10. "postcss": false,
  11. "preloadBackgroundData": false,
  12. "minified": false,
  13. "newFeature": false,
  14. "coverView": true,
  15. "nodeModules": false,
  16. "autoAudits": false,
  17. "showShadowRootInWxmlPanel": true,
  18. "scopeDataCheck": false,
  19. "uglifyFileName": false,
  20. "checkInvalidKey": true,
  21. "checkSiteMap": true,
  22. "uploadWithSourceMap": true,
  23. "compileHotReLoad": false,
  24. "lazyloadPlaceholderEnable": false,
  25. "useMultiFrameRuntime": true,
  26. "useApiHook": true,
  27. "useApiHostProcess": true,
  28. "babelSetting": {
  29. "ignore": [],
  30. "disablePlugins": [],
  31. "outputPath": ""
  32. },
  33. "useIsolateContext": false,
  34. "userConfirmedBundleSwitch": false,
  35. "packNpmManually": false,
  36. "packNpmRelationList": [],
  37. "minifyWXSS": true,
  38. "disableUseStrict": false,
  39. "minifyWXML": true,
  40. "showES6CompileOption": false,
  41. "useCompilerPlugins": false,
  42. "ignoreDevUnusedFiles": false,
  43. "ignoreUploadUnusedFiles": false,
  44. "useStaticServer": true
  45. },
  46. "compileType": "miniprogram",
  47. "condition": {},
  48. "libVersion": "2.24.6",
  49. "srcMiniprogramRoot": "dist/",
  50. "packOptions": {
  51. "ignore": [],
  52. "include": []
  53. },
  54. "editorSetting": {
  55. "tabIndent": "insertSpaces",
  56. "tabSize": 4
  57. }
  58. }