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(polyfill): add proper url base to import shim #2410

Merged
merged 2 commits into from
Jun 24, 2020

Conversation

hv-pul
Copy link
Contributor

@hv-pul hv-pul commented May 5, 2020

URL needs absolute address in second part of constructor

This should fix #2397

Hope I found the right place this time ;)

URL needs absolute address in second part of constructor
@hv-pul
Copy link
Contributor Author

hv-pul commented May 27, 2020

Can someone from the team have a look at this and potentially merge it? It would be fantastic to have a release that works with IE 11 again :)

@flobacher
Copy link

@adamdbradley
please take a look and merge. without this fix, the non module codepath totally breaks, so IE11 is broken. thank you very much!

@bigfish
Copy link

bigfish commented Jun 19, 2020

I can confirm this fixes the issue. I was getting white screen of death on newly initialized component library. I made the fix in node_modules/@stencil/core/compiler/stencil.js that is in this PR, rebuilt, and the demo component showed up. Please merge!

@flobacher
Copy link

@bigfish
I did the same in a www project. IE11 silently failed bootstrapping, with the fix, everything works fine!

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.

Building for production doesn't support IE11
5 participants