12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "copyFilesFilter": [
- "../bin/**/*.*"
- ],
- "openDataZone": false,
- "compressJson": false,
- "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": [
- ""
- ],
- "packfileFullValue": [
- "$basePath/**/*.*",
- "$basePath/game.js",
- "$basePath/game.json",
- "$basePath/project.config.json",
- "$basePath/weapp-adapter.js"
- ],
- "packfileTargetValue": "",
- "packfileNoteList": [
- ""
- ],
- "clearReleaseDir": true,
- "compile": true,
- "forceCompile": false,
- "onlyIndexJS": true,
- "projectType": "ts",
- "pubTime": 1592039517648,
- "uesEnginePlugin": false,
- "wxOptimize": {
- "useOptimizeOpen": false,
- "preloadRes": false,
- "preloadResRootDomain": "",
- "preloadResList": [
- {
- "path": "wxfile://usr/",
- "url": ""
- }
- ],
- "preloadSubpack": false,
- "preloadSubpackList": []
- }
- }
|