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: future-proof against changes to synthetic shadow #179

Merged
merged 2 commits into from
Jun 2, 2023

Conversation

nolanlawson
Copy link
Contributor

In salesforce/lwc#3456 I plan to move the location of the dist/ file for @lwc/synthetic-shadow. We are directly depending on the current location:

require('@lwc/synthetic-shadow/dist/synthetic-shadow.js');

This PR future-proofs us, so that we work with either the old or new location.

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.

2 participants