project.config.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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": false,
  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. "value": "miniprogram_npm/@vant/weapp/country/index.json",
  74. "type": "file"
  75. },
  76. {
  77. "value": "miniprogram_npm/@vant/weapp/country",
  78. "type": "folder"
  79. }
  80. ],
  81. "include": [
  82. {
  83. "value": "exportToPlugin.js",
  84. "type": "file"
  85. }
  86. ]
  87. },
  88. "appid": "wx56914f69b1563869",
  89. "libVersion": "3.6.6",
  90. "simulatorPluginLibVersion": {}
  91. }