Derivated Vite with unbundled dependencies, for debugging.
Vite bundles most of its dependencies for performance reasons. However, this makes debugging harder as it’s hard to trace the source code of the dependencies. This package is a build of Vite with unbundled dependencies for easier debugging.
Add resolutions to your package.json:
{
"resolutions": {
"vite": "npm:vite-unbundled@6.0.6"
}
}
Change 6.0.6 to the version you want to use.
MIT License © 2024-PRESENT Anthony Fu
We use cookies
We use cookies to analyze traffic and improve your experience. You can accept or reject analytics cookies.