Skip to content

How do I support older browsers? #3240

Closed Answered by kiliman
qianjiachun asked this question in Q&A
Discussion options

You must be logged in to vote

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

Replies: 2 comments 16 replies

Comment options

You must be logged in to vote
16 replies
@machour
Comment options

@qianjiachun
Comment options

@machour
Comment options

@qianjiachun
Comment options

@machour
Comment options

Answer selected by qianjiachun
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
6 participants