How can I build a modern javascript bundle & remove legacy support? #10388
Unanswered
pnkapadia64
asked this question in
Q&A
Replies: 1 comment
-
You can configure what browsers are supported https://create-react-app.dev/docs/supported-browsers-features/#configuring-supported-browsers |
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
-
Hello! I do not want my website to support legacy browsers anymore. How can I use the plugins (like Optimize Plugin and BabelEsmPlugin) stated in this article https://web.dev/publish-modern-javascript/ with CRA to support only modern javascript? I do not want to transpile the code anymore to support old browsers like IE11. Has anyone tried that out without ejecting the CRA?
Beta Was this translation helpful? Give feedback.
All reactions