Skip to content

Commit 556c785

Browse files
committed
chore: update vite
Migrate minifier from `terser` to `esbuild`. > https://v3.vitejs.dev/guide/migration.html#general-changes > Terser is now an optional dependency. If you are using build.minify: 'terser', you need to install it.
1 parent 066f7e7 commit 556c785

File tree

3 files changed

+256
-180
lines changed

3 files changed

+256
-180
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
"prettier": "^2.3.0",
4646
"semver": "^7.3.5",
4747
"typescript": "^4.4.3",
48-
"vite": "^2.7.12"
48+
"vite": "^4.5.0"
4949
}
5050
}

0 commit comments

Comments
 (0)