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
Describe the bug
The fast refresh feature is now available.
It works, but
On the first time visiting a page, Webpack build will be executed to generate a bundle. This process take so long.
Even though this only happen in development mode, but we need to improve to provide better development experience and performance
To Reproduce
Steps to reproduce the behavior:
Start the project in development mode 'npm run dev'
Visit a page
The text was updated successfully, but these errors were encountered:
This is why you should not use webpack: some bundlers, like Vite and Snowpack, have managed to become event faster, reaching 250ms reload times, by utilizing native ESM.
Describe the bug
The fast refresh feature is now available.
It works, but
On the first time visiting a page, Webpack build will be executed to generate a bundle. This process take so long.
Even though this only happen in development mode, but we need to improve to provide better development experience and performance
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: