project.config.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "miniprogramRoot": "miniprogram/",
  4. "cloudfunctionRoot": "cloudfunctions/",
  5. "setting": {
  6. "urlCheck": true,
  7. "es6": true,
  8. "enhance": true,
  9. "postcss": true,
  10. "preloadBackgroundData": false,
  11. "minified": true,
  12. "newFeature": true,
  13. "coverView": true,
  14. "nodeModules": false,
  15. "autoAudits": false,
  16. "showShadowRootInWxmlPanel": true,
  17. "scopeDataCheck": false,
  18. "uglifyFileName": false,
  19. "checkInvalidKey": true,
  20. "checkSiteMap": true,
  21. "uploadWithSourceMap": true,
  22. "compileHotReLoad": false,
  23. "lazyloadPlaceholderEnable": false,
  24. "useMultiFrameRuntime": false,
  25. "useApiHook": false,
  26. "useApiHostProcess": false,
  27. "babelSetting": {
  28. "ignore": [],
  29. "disablePlugins": [],
  30. "outputPath": ""
  31. },
  32. "useIsolateContext": false,
  33. "userConfirmedBundleSwitch": false,
  34. "packNpmManually": false,
  35. "packNpmRelationList": [],
  36. "minifyWXSS": true,
  37. "disableUseStrict": false,
  38. "minifyWXML": true,
  39. "showES6CompileOption": false,
  40. "useCompilerPlugins": false,
  41. "ignoreUploadUnusedFiles": true,
  42. "localPlugins": false,
  43. "condition": false,
  44. "skylineRenderEnable": false
  45. },
  46. "appid": "wxf22759845920b6f3",
  47. "projectname": "船东小程序",
  48. "libVersion": "2.19.6",
  49. "cloudfunctionTemplateRoot": "cloudfunctionTemplate/",
  50. "condition": {
  51. "search": {
  52. "list": []
  53. },
  54. "conversation": {
  55. "list": []
  56. },
  57. "plugin": {
  58. "list": []
  59. },
  60. "game": {
  61. "list": []
  62. },
  63. "miniprogram": {
  64. "list": [
  65. {
  66. "id": -1,
  67. "name": "db guide",
  68. "pathName": "pages/databaseGuide/databaseGuide"
  69. }
  70. ]
  71. }
  72. },
  73. "compileType": "miniprogram",
  74. "packOptions": {
  75. "ignore": [],
  76. "include": []
  77. },
  78. "srcMiniprogramRoot": "miniprogram/",
  79. "editorSetting": {
  80. "tabIndent": "insertSpaces",
  81. "tabSize": 2
  82. }
  83. }