project.config.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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": false,
  22. "uploadWithSourceMap": true,
  23. "compileHotReLoad": false,
  24. "useMultiFrameRuntime": true,
  25. "useApiHook": true,
  26. "useApiHostProcess": false,
  27. "babelSetting": {
  28. "ignore": [],
  29. "disablePlugins": [],
  30. "outputPath": ""
  31. },
  32. "enableEngineNative": false,
  33. "useIsolateContext": true,
  34. "useCompilerModule": true,
  35. "userConfirmedUseCompilerModuleSwitch": false,
  36. "userConfirmedBundleSwitch": false,
  37. "packNpmManually": true,
  38. "packNpmRelationList": [
  39. {
  40. "packageJsonPath": "./package.json",
  41. "miniprogramNpmDistDir": "./"
  42. }
  43. ],
  44. "minifyWXSS": true
  45. },
  46. "compileType": "miniprogram",
  47. "libVersion": "2.17.0",
  48. "appid": "wx9dbe0362bafd3d6f",
  49. "projectname": "bigData",
  50. "debugOptions": {
  51. "hidedInDevtools": []
  52. },
  53. "scripts": {},
  54. "isGameTourist": false,
  55. "condition": {
  56. "plugin": {
  57. "list": []
  58. },
  59. "game": {
  60. "list": []
  61. },
  62. "gamePlugin": {
  63. "list": []
  64. },
  65. "miniprogram": {
  66. "list": [
  67. {
  68. "name": "pages/sonTopic/sonTopic",
  69. "pathName": "pages/sonTopic/sonTopic",
  70. "scene": null
  71. }
  72. ]
  73. }
  74. }
  75. }