-
I haven't updated to the 1.4.x series yet because a lot of my E2E tests started failing as of 1.4.0. When I dug into them I saw that they were reporting unexpected console errors. I replaced Preact's minified sources with the dev sources and got the following stack:
My guess is something has changed in minification? I'm posting this as a discussion question because it's probably going to take half a day or more to generate a suitably minimized reproduction of this issue. I was hoping someone might have an idea of where to look? I didn't see anything obvious in the 1.4.0 release notes. (Weirdly I don't see the console errors when running the app in the browser although the app is clearly broken in various places when using rspack 1.4.x.) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
Could you try disabling the minimizer and see if the error still exists? https://rspack.rs/config/optimization#optimizationminimize |
Beta Was this translation helpful? Give feedback.
I believe this is fixed in v29.4.0 so this should already be fixed on trunk by 42f070c. Any chance of triggering a 1.4.3 release?