Skip to content

Vite ​

Vite is a build tool for frontend projects. Has a dev server and a Module Bundler, which by default is Rollup. The main focus is on speed.

  • To transpile, ESBuild is used. Rollup is used as the actual bundler because of it's more mature ecosystem and has more features.
  • Does not type-check for TS files.
  • Does not rebundle the whole thing when using dev server mode.
  • Has hot reloading