|
|
|
|
|
by other_herbert
1429 days ago
|
|
Replying to emphasize this comment... For dev, vite _doesn't_ bundle, it sends your site basically unmodified (as individual files) to the browser since most browsers are already capable of running anything you're using anyway... so if you change one file, that one file is patched, not the whole bundle that depended on it.. since there's no bundling, the initial start time is nearly instant... webpack hot reload is NOTHING like this hot reload |
|