How do I support older browsers? #3240
-
The compiled code contains So is there any way to make the compiled code support the old version of the browser? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 16 replies
-
Remix requires ESM module support on the browsers. So if you need to support older browsers, then you'll need to remove the |
Beta Was this translation helpful? Give feedback.
-
Hey folks - if you're looking to support older browsers, go give this proposal an upvote! #4769 |
Beta Was this translation helpful? Give feedback.
Remix requires ESM module support on the browsers. So if you need to support older browsers, then you'll need to remove the
<Script/>
tag from root. Then treat your site as non-JS only. You can do that conditionally based on the user-agent.https://caniuse.com/es6-module