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
Hey there! Just trying to figure out why the server output in the react-router package is written to a single chunk-<HASH>.mjs file, which then just gets re-exported by index.mjs. Any reason why the declarations don't happen in index.mjs directly and why the chunk file is undeterministic?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there! Just trying to figure out why the server output in the
react-router
package is written to a singlechunk-<HASH>.mjs
file, which then just gets re-exported byindex.mjs
. Any reason why the declarations don't happen inindex.mjs
directly and why the chunk file is undeterministic?Beta Was this translation helpful? Give feedback.
All reactions