project.config.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. "bundle": false,
  34. "useIsolateContext": true,
  35. "useCompilerModule": true,
  36. "userConfirmedUseCompilerModuleSwitch": false,
  37. "userConfirmedBundleSwitch": false,
  38. "packNpmManually": true,
  39. "packNpmRelationList": [
  40. {
  41. "packageJsonPath": "./package.json",
  42. "miniprogramNpmDistDir": "./"
  43. }
  44. ],
  45. "minifyWXSS": true
  46. },
  47. "compileType": "miniprogram",
  48. "libVersion": "2.17.0",
  49. "appid": "wx9dbe0362bafd3d6f",
  50. "projectname": "bigData",
  51. "debugOptions": {
  52. "hidedInDevtools": []
  53. },
  54. "scripts": {},
  55. "isGameTourist": false,
  56. "condition": {
  57. "plugin": {
  58. "list": []
  59. },
  60. "game": {
  61. "list": []
  62. },
  63. "gamePlugin": {
  64. "list": []
  65. },
  66. "miniprogram": {
  67. "list": [
  68. {
  69. "name": "pages/sonTopic/sonTopic",
  70. "pathName": "pages/sonTopic/sonTopic",
  71. "scene": null
  72. }
  73. ]
  74. }
  75. }
  76. }