project.config.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "description": "项目配置文件",
  3. "setting": {
  4. "urlCheck": false,
  5. "es6": true,
  6. "enhance": true,
  7. "postcss": true,
  8. "preloadBackgroundData": false,
  9. "minified": true,
  10. "newFeature": false,
  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. "lazyloadPlaceholderEnable": false,
  22. "useMultiFrameRuntime": true,
  23. "babelSetting": {
  24. "ignore": [],
  25. "disablePlugins": [],
  26. "outputPath": ""
  27. },
  28. "enableEngineNative": false,
  29. "useIsolateContext": true,
  30. "userConfirmedBundleSwitch": false,
  31. "packNpmManually": false,
  32. "packNpmRelationList": [],
  33. "minifyWXSS": true,
  34. "disableUseStrict": false,
  35. "minifyWXML": true,
  36. "showES6CompileOption": false,
  37. "useCompilerPlugins": false,
  38. "ignoreUploadUnusedFiles": true,
  39. "useApiHostProcess": false,
  40. "compileWorklet": false,
  41. "localPlugins": false,
  42. "condition": false,
  43. "swc": false,
  44. "disableSWC": true
  45. },
  46. "compileType": "miniprogram",
  47. "cloudfunctionTemplateRoot": "",
  48. "condition": {
  49. "plugin": {
  50. "list": []
  51. },
  52. "game": {
  53. "list": []
  54. },
  55. "gamePlugin": {
  56. "list": []
  57. },
  58. "miniprogram": {
  59. "list": []
  60. }
  61. },
  62. "editorSetting": {
  63. "tabIndent": "insertSpaces",
  64. "tabSize": 2
  65. },
  66. "packOptions": {
  67. "ignore": [
  68. {
  69. "value": "package-lock.json",
  70. "type": "file"
  71. }
  72. ],
  73. "include": []
  74. },
  75. "appid": "wxbb048b80cd2a14b9",
  76. "libVersion": "3.6.6",
  77. "simulatorPluginLibVersion": {}
  78. }