wxgame.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "copyFilesFilter": [
  3. "../bin/**/*.*"
  4. ],
  5. "openDataZone": false,
  6. "compressJson": false,
  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. "ald;bg;game.js;index.js;js;libs;res;wxlocal"
  50. ],
  51. "packfileFullValue": [
  52. "$basePath/ald/**/*.*",
  53. "$basePath/bg/**/*.*",
  54. "$basePath/game.js",
  55. "$basePath/index.js",
  56. "$basePath/js/**/*.*",
  57. "$basePath/libs/**/*.*",
  58. "$basePath/res/**/*.*",
  59. "$basePath/wxlocal/**/*.*",
  60. "$basePath/game.json",
  61. "$basePath/project.config.json",
  62. "$basePath/weapp-adapter.js"
  63. ],
  64. "packfileTargetValue": "G:\\waibaogame\\paoku\\parkourrace-laya\\wxgame",
  65. "packfileNoteList": [
  66. ""
  67. ],
  68. "clearReleaseDir": true,
  69. "compile": true,
  70. "forceCompile": false,
  71. "onlyIndexJS": true,
  72. "projectType": "ts",
  73. "pubTime": 1592235558269,
  74. "uesEnginePlugin": false,
  75. "wxOptimize": {
  76. "useOptimizeOpen": false,
  77. "preloadRes": false,
  78. "preloadResRootDomain": "",
  79. "preloadResList": [
  80. {
  81. "path": "wxfile://usr/",
  82. "url": ""
  83. }
  84. ],
  85. "preloadSubpack": false,
  86. "preloadSubpackList": []
  87. }
  88. }