You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
then go to http://localhost:3000/#/app and in your editor go to the src/js/store.js file for example and save
Also I checked there is no import loop (would be cool if it could detected and notified though 👍, rollup does it)
System Info
requiredvite version: latest
required Operating System: Mac OS 10.15.5
required Node version: v14.4
Logs (Optional if provided reproduction)
(node:19651) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at walkImportChain (/Users/k/code/quickbook/app/node_modules/vite/dist/server/serverPluginHmr.js:144:25)
at walkImportChain (/Users/k/code/quickbook/app/node_modules/vite/dist/server/serverPluginHmr.js:169:22)
at walkImportChain (/Users/k/code/quickbook/app/node_modules/vite/dist/server/serverPluginHmr.js:169:22)
at walkImportChain (/Users/k/code/quickbook/app/node_modules/vite/dist/server/serverPluginHmr.js:169:22)
at walkImportChain (/Users/k/code/quickbook/app/node_modules/vite/dist/server/serverPluginHmr.js:169:22)
at walkImportChain (/Users/k/code/quickbook/app/node_modules/vite/dist/server/serverPluginHmr.js:169:22)
at walkImportChain (/Users/k/code/quickbook/app/node_modules/vite/dist/server/serverPluginHmr.js:169:22)
at walkImportChain (/Users/k/code/quickbook/app/node_modules/vite/dist/server/serverPluginHmr.js:169:22)
at walkImportChain (/Users/k/code/quickbook/app/node_modules/vite/dist/server/serverPluginHmr.js:169:22)
at walkImportChain (/Users/k/code/quickbook/app/node_modules/vite/dist/server/serverPluginHmr.js:169:22)
(Use `node --trace-warnings ...` to show where the warning was created)
(node:19651) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:19651) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
The text was updated successfully, but these errors were encountered:
I noticed the load speed issue of the project is largely due to slow style insertion because of the huge tailwind css file, but that's a separate issue...
Describe the bug
When I save a js file that is being imported in a lot of places the HMR breaks
Reproduction
I'm trying to do a much simpler repository but I'm having a hard time reproducing it with a simple one
But here's one where it breaks: https://github.com/quickbookio/app
Just:
then go to http://localhost:3000/#/app and in your editor go to the src/js/store.js file for example and save
Also I checked there is no import loop (would be cool if it could detected and notified though 👍, rollup does it)
System Info
vite
version: latestLogs (Optional if provided reproduction)
The text was updated successfully, but these errors were encountered: