When I upgrade npm packages in my project, preact 10.5.13 breaks my webpack build with this error:
ERROR in ./node_modules/preact/compat/server.mjs 1:0-4:33
Can't reexport the named export 'renderToString' from non EcmaScript module (only default export is available)
@ ./node_modules/@apollo/react-ssr/lib/react-ssr.esm.js
@ ./node_modules/react-apollo/lib/react-apollo.esm.js
@ ...
Downgrading to preact 10.5.12 fixes the issue... so something is broken in 10.5.13?!