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 chunk URL determination in IE11 #1918

Merged
merged 2 commits into from
Oct 3, 2019
Merged

Fix chunk URL determination in IE11 #1918

merged 2 commits into from
Oct 3, 2019

Conversation

julesjanssen
Copy link
Contributor

By setting a 'data-stencil-namespace' attribute on the generated legacy script tag before adding that to the DOM, the script will correctly detect the base URL of the chunks that need to be loaded.

This fixes an issue in IE11 where using the 'old' method of integrating a Stencil components library (by adding a single <script> tag) did not work. The namespace part of the chunk URLs was missing.

@manucorporat manucorporat merged commit 0c933a4 into ionic-team:master Oct 3, 2019
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

2 participants