Replies: 1 comment
-
As Remix is migrating to use Vite as its compiler, I believe this concern won't be within Remix's scope anymore, but let's see what the contributors have to say. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There's #4769 to target the transpilation of Remix app code to a certain browser target, but the reality is:
??
(Nullish coalescing operator) in your bundle can crash the whole app, whether it comes from Remix, your application code, your dependencies or your dependencies' dependencies.Is it possible to enforce a certain JS version/feature set on my whole bundle? Anyone already doing that? Can you transpile the bundle after its initial build by Remix? Is there already a feature like that? (
serverDependenciesToBundle
sounds like it's only affecting the server-side bundle, not the client-side bundle).Beta Was this translation helpful? Give feedback.
All reactions