Vite is a modern frontend build tool that provides an extremely fast development environment and bundles your code for production. This plugin configures Vite for use with a Laravel backend server.
Webpack plugin that runs TypeScript type checker on a separate process. It's because of the performance - with TypeScript's module resolution we don't have to wait for webpack to compile files. To ...