1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "copyFilesFilter": [
- "../bin/**/*.*"
- ],
- "openDataZone": false,
- "compressJson": true,
- "compressJsonFilter": [
- "$basePath/**/*.{json,atlas}"
- ],
- "compressJsonNoteList": [
- ""
- ],
- "compressImage": true,
- "compressImageFilter": [
- "$basePath/**/*.{png,jpg}"
- ],
- "compressImageNoteList": [
- ""
- ],
- "compressJs": true,
- "compressJsFilter": [
- "$basePath/**/*.js",
- "!$basePath/subContext/*.*"
- ],
- "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": true,
- "onlyIndexJS": true,
- "projectType": "ts",
- "pubTime": 1564624353045
- }
|