polyfills icon indicating copy to clipboard operation
polyfills copied to clipboard

[scoped-custom-element-registry] Add module flag to scoped-custom-element-registry

Open alangdm opened this issue 2 years ago • 2 comments

When trying to use @webcomponents/scoped-custom-element-registry through unpkg using the ?module flag, unpkg throws an error since the package doesn't include a module entry point

While removing the ?module flag in unpkg works when using this package directly, this is still a problem when using packages that depend on this package such as @open-wc/scoped-elements

I noticed that similar polyfills have solved this issue by adding a module entry point to the package.json so I tried doing the same

Please let me know if you would prefer the module entry point to be the unminified file instead

alangdm avatar Mar 11 '22 03:03 alangdm

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

For more information, open the CLA check for this pull request.

google-cla[bot] avatar Mar 11 '22 03:03 google-cla[bot]

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Mar 18 '23 10:03 stale[bot]