project.config.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": true,
  8. "es6": true,
  9. "enhance": false,
  10. "postcss": true,
  11. "preloadBackgroundData": false,
  12. "minified": true,
  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. "useMultiFrameRuntime": true,
  25. "useApiHook": true,
  26. "babelSetting": {
  27. "ignore": [],
  28. "disablePlugins": [],
  29. "outputPath": ""
  30. },
  31. "useIsolateContext": true,
  32. "useCompilerModule": false,
  33. "userConfirmedUseCompilerModuleSwitch": false,
  34. "packNpmManually": false,
  35. "packNpmRelationList": [],
  36. "useApiHostProcess": false
  37. },
  38. "compileType": "miniprogram",
  39. "libVersion": "",
  40. "appid": "touristappid",
  41. "projectname": "子臣",
  42. "condition": {
  43. "search": {
  44. "list": []
  45. },
  46. "conversation": {
  47. "list": []
  48. },
  49. "game": {
  50. "list": []
  51. },
  52. "miniprogram": {
  53. "list": []
  54. }
  55. }
  56. }