123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "copyFilesFilter": [
- "../bin/**/*.*"
- ],
- "openDataZone": false,
- "compressJson": true,
- "compressJsonFilter": [
- "$basePath/**/*.{json,atlas}"
- ],
- "compressJsonNoteList": [
- ""
- ],
- "compressImage": false,
- "compressImageFilter": [
- "$basePath/**/*.{png,jpg}"
- ],
- "compressImageNoteList": [
- ""
- ],
- "compressJs": true,
- "compressJsFilter": [
- "$basePath/**/*.js",
- "!$basePath/libs/min/**/*.js"
- ],
- "compressJsNoteList": [
- "",
- ""
- ],
- "version": true,
- "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,my-adapter.js,microgame-adapter.js,qg-adapter.js,huawei-adapter.js}",
- "!$basePath/layaforqq/**/*.*"
- ],
- "versionNoteList": [
- "",
- "",
- "",
- ""
- ],
- "exclude": true,
- "excludeFilter": [
- "!$basePath/**/*.{js.map,d.ts,d.ts.map,tsbuildinfo}"
- ],
- "vexcludeNoteList": [
- ""
- ],
- "packfile": false,
- "keepPlatformFile": true,
- "packfileFilter": [
- ""
- ],
- "packfileFullValue": [
- "$basePath/**/*.*"
- ],
- "packfileTargetValue": "",
- "packfileNoteList": [
- ""
- ],
- "clearReleaseDir": true,
- "compile": true,
- "forceCompile": false,
- "onlyIndexJS": true,
- "useMinJsLibs": true,
- "es6toes5": false,
- "projectType": "ts",
- "pubTime": 1662102308739
- }
|