mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-04-11 15:47:06 +08:00
feat: 新的构建目标
This commit is contained in:
parent
7c8b179104
commit
931fa4a464
@ -62,7 +62,7 @@
|
|||||||
"ts-node": "^10.9.1",
|
"ts-node": "^10.9.1",
|
||||||
"typescript": "^5.2.2",
|
"typescript": "^5.2.2",
|
||||||
"unplugin-vue-components": "^0.22.12",
|
"unplugin-vue-components": "^0.22.12",
|
||||||
"vite": "^4.4.9",
|
"vite": "^4.5.3",
|
||||||
"vite-plugin-dts": "^3.7.2",
|
"vite-plugin-dts": "^3.7.2",
|
||||||
"vitepress": "1.0.0-rc.41",
|
"vitepress": "1.0.0-rc.41",
|
||||||
"vue-tsc": "^1.8.8",
|
"vue-tsc": "^1.8.8",
|
||||||
|
803
pnpm-lock.yaml
803
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
@ -25,7 +25,7 @@ const compress = type === 'dist';
|
|||||||
await vite.build({
|
await vite.build({
|
||||||
plugins: [
|
plugins: [
|
||||||
legacy({
|
legacy({
|
||||||
targets: ['defaults', 'not IE 11'],
|
targets: ['since 2015', '> 50%'],
|
||||||
polyfills: true,
|
polyfills: true,
|
||||||
modernPolyfills: true
|
modernPolyfills: true
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user