project.config.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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": false,
  24. "babelSetting": {
  25. "ignore": [],
  26. "disablePlugins": [],
  27. "outputPath": ""
  28. },
  29. "enableEngineNative": false,
  30. "bundle": false,
  31. "useIsolateContext": true,
  32. "useCompilerModule": true,
  33. "userConfirmedUseCompilerModuleSwitch": false,
  34. "userConfirmedBundleSwitch": false,
  35. "packNpmManually": false,
  36. "packNpmRelationList": [],
  37. "minifyWXSS": true,
  38. "condition": false
  39. },
  40. "compileType": "miniprogram",
  41. "libVersion": "2.16.0",
  42. "appid": "wx7d1077edf1fd3ae5",
  43. "projectname": "wxshop",
  44. "simulatorType": "wechat",
  45. "simulatorPluginLibVersion": {},
  46. "condition": {
  47. "search": {
  48. "list": []
  49. },
  50. "conversation": {
  51. "list": []
  52. },
  53. "plugin": {
  54. "list": []
  55. },
  56. "game": {
  57. "list": []
  58. },
  59. "miniprogram": {}
  60. },
  61. "packOptions": {
  62. "ignore": [],
  63. "include": []
  64. },
  65. "editorSetting": {
  66. "tabIndent": "insertSpaces",
  67. "tabSize": 2
  68. }
  69. }