wxgame.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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": false,
  21. "compressJsFilter": [
  22. "$basePath/**/*.js"
  23. ],
  24. "compressJsNoteList": [
  25. ""
  26. ],
  27. "version": false,
  28. "versionFilter": [
  29. "$basePath/**/*.*",
  30. "!$basePath/*.html",
  31. "!$basePath/{version.json,game.js,game.json,project.config.json,weapp-adapter.js,project.swan.json,swan-game-adapter.js,main.js,gameConfig.json}",
  32. "!$basePath/layaforqq/**/*.*"
  33. ],
  34. "versionNoteList": [
  35. "",
  36. "",
  37. "",
  38. ""
  39. ],
  40. "packfile": false,
  41. "packfileFilter": [
  42. ""
  43. ],
  44. "packfileFullValue": [
  45. "$basePath/**/*.*",
  46. "$basePath/game.js",
  47. "$basePath/game.json",
  48. "$basePath/project.config.json",
  49. "$basePath/weapp-adapter.js"
  50. ],
  51. "packfileTargetValue": "",
  52. "packfileNoteList": [
  53. ""
  54. ],
  55. "clearReleaseDir": true,
  56. "compile": false,
  57. "onlyIndexJS": true,
  58. "projectType": "ts",
  59. "pubTime": 1561623577406
  60. }