web.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "copyFilesFilter": [
  3. "../bin/**/*.*"
  4. ],
  5. "openDataZone": false,
  6. "compressJson": true,
  7. "compressJsonFilter": [
  8. "$basePath/**/*.{json,atlas}"
  9. ],
  10. "compressJsonNoteList": [
  11. ""
  12. ],
  13. "compressImage": false,
  14. "compressImageFilter": [
  15. "$basePath/**/*.{png,jpg}"
  16. ],
  17. "compressImageNoteList": [
  18. ""
  19. ],
  20. "compressJs": true,
  21. "compressJsFilter": [
  22. "$basePath/**/*.js",
  23. "!$basePath/libs/min/**/*.js"
  24. ],
  25. "compressJsNoteList": [
  26. "",
  27. ""
  28. ],
  29. "version": true,
  30. "versionFilter": [
  31. "$basePath/**/*.*",
  32. "!$basePath/*.html",
  33. "!$basePath/{version.json,game.js,game.json,project.config.json,weapp-adapter.js,project.swan.json,swan-game-adapter.js,main.js,gameConfig.json,my-adapter.js,microgame-adapter.js,qg-adapter.js,huawei-adapter.js}",
  34. "!$basePath/layaforqq/**/*.*"
  35. ],
  36. "versionNoteList": [
  37. "",
  38. "",
  39. "",
  40. ""
  41. ],
  42. "exclude": true,
  43. "excludeFilter": [
  44. "!$basePath/**/*.{js.map,d.ts,d.ts.map,tsbuildinfo}"
  45. ],
  46. "vexcludeNoteList": [
  47. ""
  48. ],
  49. "packfile": false,
  50. "keepPlatformFile": true,
  51. "packfileFilter": [
  52. ""
  53. ],
  54. "packfileFullValue": [
  55. "$basePath/**/*.*"
  56. ],
  57. "packfileTargetValue": "",
  58. "packfileNoteList": [
  59. ""
  60. ],
  61. "clearReleaseDir": true,
  62. "compile": true,
  63. "forceCompile": false,
  64. "onlyIndexJS": true,
  65. "useMinJsLibs": true,
  66. "es6toes5": false,
  67. "projectType": "ts",
  68. "pubTime": 1662102308739
  69. }