添加混淆和刪掉不用的代碼

This commit is contained in:
Jesse-Ma
2022-11-29 09:46:13 +08:00
parent 79c1831e6f
commit af869c2423
13 changed files with 1842 additions and 718 deletions

View File

@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es5",
"target": "esnext",
"module": "esnext",
"baseUrl": "./",
"jsx": "preserve",
@@ -15,6 +15,10 @@
"dom",
"dom.iterable",
"scripthost"
]
],
"removeComments": true,
},
"vueCompilerOptions": {
"target": 2.7
}
}