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
rspack has been fantastic so far! However, I ran into an issue once I tried importing from @remixicon/react. The dev server startup speed grinds to an extremely slow ~40s (but HMR is fast afterwards).
I stripped it down to a minimal repo. My rspack.config.cjs is:
System Info
(Same issue in a Linux docker container as well.)
Details
rspack has been fantastic so far! However, I ran into an issue once I tried importing from
@remixicon/react
. The dev server startup speed grinds to an extremely slow ~40s (but HMR is fast afterwards).I stripped it down to a minimal repo. My
rspack.config.cjs
is:And
main.js
is simply:When I run in dev mode with
rspack serve
, it succeeds but incredibly slowly:If I set
devtool: false
, it is much faster:Reproduce link
https://github.com/dave-dashbio/rspack-devtool-issue/tree/main
Reproduce Steps
The text was updated successfully, but these errors were encountered: