Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 36b1fef

Browse files
committed
chore: remove terser dep
1 parent 789675f commit 36b1fef

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
{
3030
groupName: 'build',
31-
matchPackageNames: ['vite', 'terser'],
31+
matchPackageNames: ['vite', '@swc/core'],
3232
matchPackagePrefixes: ['rollup', 'esbuild', '@rollup', '@vitejs'],
3333
},
3434
{

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@
101101
"semver": "^7.6.2",
102102
"serve": "^14.2.3",
103103
"simple-git-hooks": "^2.11.1",
104-
"terser": "^5.31.1",
105104
"todomvc-app-css": "^2.4.3",
106105
"tslib": "^2.6.3",
107106
"tsx": "^4.16.2",

pnpm-lock.yaml

Lines changed: 7 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/usage-size.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { mkdir, writeFile } from 'node:fs/promises'
22
import path from 'node:path'
33
import { rollup } from 'rollup'
44
import nodeResolve from '@rollup/plugin-node-resolve'
5-
import { minify } from 'terser'
5+
import { minify } from '@swc/core'
66
import replace from '@rollup/plugin-replace'
77
import { brotliCompressSync, gzipSync } from 'node:zlib'
88

0 commit comments

Comments
 (0)