Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix IE11 issues by fixing transpilation issues #1535

Closed
wants to merge 1 commit into from

Conversation

VWSCoronaDashboard10
Copy link
Contributor

A couple of libraries should be transpiled for IE11 to fix potential syntax errors. One of the libraries didn't work well with the next-transpile-modules library, it cannot handle a package.json exports field. A fix for now is to manually remove that field in a post-install step.. It's not ideal, but a broken dashboard on IE11 isn't either.

@@ -0,0 +1,16 @@
/**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit; I suggest to place this in /scripts and trigger it with ts-node so you can keep the codebase TS only

@VWSCoronaDashboard10
Copy link
Contributor Author

VWSCoronaDashboard10 commented Jan 20, 2021

Closed in favor of #1540

@VWSCoronaDashboard10 VWSCoronaDashboard10 deleted the topic/fix-transpile-step branch March 12, 2021 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants