Skip to content

Derivated Vite with unbundled dependencies. For debug.

License

Notifications You must be signed in to change notification settings

antfu/vite-unbundled

Repository files navigation

vite-unbundled

npm version npm downloads bundle JSDocs License

Derivated Vite with unbundled dependencies, for debugging.

Why?

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.

Usage

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.

TODOs

  • Release on CI with provance
  • Strictly align with Vite release tag
  • Automate release trigger by Vite release

Sponsors

License

MIT License © 2024-PRESENT Anthony Fu

About

Derivated Vite with unbundled dependencies. For debug.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project