project.config.json 1.7 KB

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