project.config.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": true,
  9. "enhance": false,
  10. "postcss": true,
  11. "preloadBackgroundData": false,
  12. "minified": true,
  13. "newFeature": false,
  14. "coverView": true,
  15. "nodeModules": true,
  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. "useApiHostProcess": true,
  27. "babelSetting": {
  28. "ignore": [],
  29. "disablePlugins": [],
  30. "outputPath": ""
  31. },
  32. "enableEngineNative": false,
  33. "useIsolateContext": false,
  34. "userConfirmedBundleSwitch": false,
  35. "packNpmManually": false,
  36. "packNpmRelationList": [],
  37. "minifyWXSS": true,
  38. "disableUseStrict": false,
  39. "minifyWXML": true,
  40. "showES6CompileOption": false,
  41. "useCompilerPlugins": false
  42. },
  43. "compileType": "miniprogram",
  44. "libVersion": "2.11.0",
  45. "appid": "wxf68e02629cb7d397",
  46. "projectname": "youqianjia",
  47. "debugOptions": {
  48. "hidedInDevtools": []
  49. },
  50. "isGameTourist": false,
  51. "simulatorType": "wechat",
  52. "simulatorPluginLibVersion": {},
  53. "condition": {
  54. "search": {
  55. "list": []
  56. },
  57. "conversation": {
  58. "list": []
  59. },
  60. "game": {
  61. "currentL": -1,
  62. "list": []
  63. },
  64. "miniprogram": {
  65. "list": []
  66. }
  67. }
  68. }