project.config.json 781 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "miniprogramRoot": "",
  3. "appid": "wx40110aedcbbe1256",
  4. "compileType": "miniprogram",
  5. "libVersion": "2.31.0",
  6. "packOptions": {
  7. "ignore": [],
  8. "include": []
  9. },
  10. "setting": {
  11. "packNpmManually": true,
  12. "packNpmRelationList": [
  13. {
  14. "packageJsonPath": "./package.json",
  15. "miniprogramNpmDistDir": "./"
  16. }
  17. ],
  18. "coverView": true,
  19. "es6": true,
  20. "postcss": true,
  21. "minified": true,
  22. "enhance": true,
  23. "showShadowRootInWxmlPanel": true,
  24. "babelSetting": {
  25. "ignore": [],
  26. "disablePlugins": [],
  27. "outputPath": ""
  28. },
  29. "condition": false
  30. },
  31. "condition": {},
  32. "editorSetting": {
  33. "tabIndent": "insertSpaces",
  34. "tabSize": 2
  35. },
  36. "srcMiniprogramRoot": "wx-business/delivery-business/"
  37. }