Get rid of IE hacks (\9) to prevent interfering with vite/esbuild #6283
gomorizsolt
started this conversation in
Ideas
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Based off my research, there are two occurrences of this hacky way of supporting older versions of IE:
It causes troubles in terms of bundling the project with Vite. I have already submitted a bug report and it turned out esbuild is culprit. My Q is, cannot
\9
be removed from the codebase altogether to prevent interfering with esbuild's minifying process? I can no longer see the use of this hack given thatant-design-vue@3.x
does not even support ancient versions of IE.Beta Was this translation helpful? Give feedback.
All reactions