project.config.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "description": "项目配置文件。",
  3. "setting": {
  4. "urlCheck": false,
  5. "es6": true,
  6. "enhance": false,
  7. "postcss": true,
  8. "preloadBackgroundData": false,
  9. "minified": true,
  10. "newFeature": true,
  11. "coverView": true,
  12. "nodeModules": false,
  13. "autoAudits": false,
  14. "showShadowRootInWxmlPanel": true,
  15. "scopeDataCheck": false,
  16. "uglifyFileName": false,
  17. "checkInvalidKey": true,
  18. "checkSiteMap": true,
  19. "uploadWithSourceMap": true,
  20. "compileHotReLoad": false,
  21. "useMultiFrameRuntime": true,
  22. "useApiHook": true,
  23. "useApiHostProcess": true,
  24. "babelSetting": {
  25. "ignore": [],
  26. "disablePlugins": [],
  27. "outputPath": ""
  28. },
  29. "bundle": false,
  30. "useIsolateContext": true,
  31. "useCompilerModule": true,
  32. "userConfirmedUseCompilerModuleSwitch": false,
  33. "userConfirmedBundleSwitch": false,
  34. "packNpmManually": false,
  35. "packNpmRelationList": [],
  36. "minifyWXSS": true
  37. },
  38. "miniprogramRoot": "dist/wx/",
  39. "compileType": "miniprogram",
  40. "projectname": "mpapp",
  41. "appid": "wx6ae2b756f0f6b9ec",
  42. "condition": {
  43. "search": {
  44. "list": []
  45. },
  46. "conversation": {
  47. "list": []
  48. },
  49. "game": {
  50. "currentL": -1,
  51. "list": []
  52. },
  53. "miniprogram": {
  54. "list": []
  55. }
  56. }
  57. }