Closed nacnoad closed 2 years ago
Hey @nacnoad,
thanks for your input. I think, internally we dropped the IE Support, but if the required changes don't have a big negative impact, I think, we should consider them, at least in an alternative build-step. Feel free to provide the PR, we will take a look.
Acting on behalf of Daimler TSS GmbH.
Message to comment on stale issues. If none provided, will not mark issues stale
Currently, IE 11 support is prevented by
react-intl
and@daimler/material-ui-theme
.react-intl
has a component that uses an arrow function and needs to be transpiled to es5.@daimler/material-ui-theme
theme color constants need to be transpiled too.Currently, I did a workaround tweaking dev and prod webpack configurations. Could provide PR with what I did.