wxgame.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. ],
  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. "exclude": false,
  41. "excludeFilter": [
  42. "!$basePath/res/**/*.*"
  43. ],
  44. "vexcludeNoteList": [
  45. ""
  46. ],
  47. "packfile": false,
  48. "packfileFilter": [
  49. ""
  50. ],
  51. "packfileFullValue": [
  52. "$basePath/**/*.*",
  53. "$basePath/game.js",
  54. "$basePath/game.json",
  55. "$basePath/project.config.json",
  56. "$basePath/weapp-adapter.js"
  57. ],
  58. "packfileTargetValue": "",
  59. "packfileNoteList": [
  60. ""
  61. ],
  62. "clearReleaseDir": true,
  63. "compile": true,
  64. "forceCompile": false,
  65. "onlyIndexJS": true,
  66. "projectType": "ts",
  67. "pubTime": 1579336636861
  68. }