Skip to content

Commit

Permalink
chore: update vite
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nick-lai committed Nov 3, 2023
1 parent 27d7d6f commit ef18d25
Show file tree
Hide file tree
Showing 3 changed files with 256 additions and 180 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -45,6 +45,6 @@
"prettier": "^2.3.0",
"semver": "^7.3.5",
"typescript": "^4.4.3",
"vite": "^2.7.12"
"vite": "^4.5.0"
}
}

0 comments on commit ef18d25

Please sign in to comment.