1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "copyFilesFilter": [
- "../bin/**/*.*"
- ],
- "openDataZone": false,
- "compressJson": true,
- "compressJsonFilter": [
- "$basePath/**/*.{json,atlas}"
- ],
- "compressJsonNoteList": [
- ""
- ],
- "compressImage": true,
- "compressImageFilter": [
- "$basePath/**/*.{png,jpg}"
- ],
- "compressImageNoteList": [
- ""
- ],
- "compressJs": true,
- "compressJsFilter": [
- "$basePath/**/*.js"
- ],
- "compressJsNoteList": [
- ""
- ],
- "version": false,
- "versionFilter": [
- "$basePath/**/*.*",
- "!$basePath/*.html",
- "!$basePath/{version.json,game.js,game.json,project.config.json,weapp-adapter.js,project.swan.json,swan-game-adapter.js,main.js,gameConfig.json}",
- "!$basePath/layaforqq/**/*.*"
- ],
- "versionNoteList": [
- "",
- "",
- "",
- ""
- ],
- "exclude": false,
- "excludeFilter": [
- "!$basePath/res/**/*.*"
- ],
- "vexcludeNoteList": [
- ""
- ],
- "packfile": false,
- "packfileFilter": [
- "ald;bg;game.js;index.js;js;libs;res;wxlocal"
- ],
- "packfileFullValue": [
- "$basePath/ald/**/*.*",
- "$basePath/bg/**/*.*",
- "$basePath/game.js",
- "$basePath/index.js",
- "$basePath/js/**/*.*",
- "$basePath/libs/**/*.*",
- "$basePath/res/**/*.*",
- "$basePath/wxlocal/**/*.*",
- "$basePath/game.json",
- "$basePath/project.config.json",
- "$basePath/weapp-adapter.js"
- ],
- "packfileTargetValue": "G:\\waibaogame\\paoku\\parkourrace-laya\\wxgame",
- "packfileNoteList": [
- ""
- ],
- "clearReleaseDir": true,
- "compile": true,
- "forceCompile": false,
- "onlyIndexJS": true,
- "projectType": "ts",
- "pubTime": 1587065113598
- }
|