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

Are polyfills always injected in bundle? #13728

Open
Facj opened this issue Dec 16, 2024 · 0 comments
Open

Are polyfills always injected in bundle? #13728

Facj opened this issue Dec 16, 2024 · 0 comments

Comments

@Facj
Copy link

Facj commented Dec 16, 2024

Polyfills are mentioned in several issues as injected in the bundle (#3397 (comment), #2696 (comment)).
However, I have used wepack-license-plugin to extract the licenses of an Ionic React app built with create-react-app and polyfills are not included.

Is it possible that polyfills packages are actually not included in the bundle?
Are they included in every app whose bundle is created with CRA or only in some of them?

These are my package.json file and the output of the webpack-license-plugin:
package.json
thirdPartyNotice.json

The alternative it that polyfills are actually injected but not detected by the plugin, I have asked about this possibility here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant