123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "copyFilesFilter": [
- "../bin/**/*.*"
- ],
- "openDataZone": false,
- "compressJson": true,
- "compressJsonFilter": [
- "$basePath/**/*.{json,atlas}"
- ],
- "compressJsonNoteList": [
- ""
- ],
- "compressImage": false,
- "compressImageFilter": [
- "$basePath/**/*.{png,jpg}"
- ],
- "compressImageNoteList": [
- ""
- ],
- "compressJs": false,
- "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": [
- "",
- "",
- "",
- ""
- ],
- "packfile": false,
- "packfileFilter": [
- ""
- ],
- "packfileFullValue": [
- "$basePath/**/*.*",
- "$basePath/game.js",
- "$basePath/game.json",
- "$basePath/project.config.json",
- "$basePath/weapp-adapter.js"
- ],
- "packfileTargetValue": "",
- "packfileNoteList": [
- ""
- ],
- "clearReleaseDir": true,
- "compile": false,
- "onlyIndexJS": true,
- "projectType": "ts",
- "pubTime": 1561623577406
- }
|