wxgame.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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": true,
  14. "compressImageFilter": [
  15. "$basePath/**/*.{png,jpg}"
  16. ],
  17. "compressImageNoteList": [
  18. ""
  19. ],
  20. "compressJs": true,
  21. "compressJsFilter": [
  22. "$basePath/**/*.js",
  23. "!$basePath/subContext/*.*"
  24. ],
  25. "compressJsNoteList": [
  26. "",
  27. ""
  28. ],
  29. "version": false,
  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}",
  34. "!$basePath/layaforqq/**/*.*"
  35. ],
  36. "versionNoteList": [
  37. "",
  38. "",
  39. "",
  40. ""
  41. ],
  42. "packfile": false,
  43. "packfileFilter": [
  44. ""
  45. ],
  46. "packfileFullValue": [
  47. "$basePath/**/*.*",
  48. "$basePath/game.js",
  49. "$basePath/game.json",
  50. "$basePath/project.config.json",
  51. "$basePath/weapp-adapter.js"
  52. ],
  53. "packfileTargetValue": "",
  54. "packfileNoteList": [
  55. ""
  56. ],
  57. "clearReleaseDir": true,
  58. "compile": true,
  59. "onlyIndexJS": true,
  60. "projectType": "ts",
  61. "pubTime": 1564624353045
  62. }