You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
The text was updated successfully, but these errors were encountered: