Derivated Vite with unbundled dependencies. For debug.
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