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
{{ message }}
This repository was archived by the owner on Feb 1, 2025. It is now read-only.
I'm using modern-web's polyfill-loader to publish a few polyfills with my application. This polyfill-loader uses regenerator-runtime as a dependency. But I notice that this package is published in an unminified fashion and I wondered why.
I found a few resources that seem to suggest that the regenerator-runtime package has been published with a minified variant in the past too as can be seen here: #112 (comment). I'm sure there's a good explanation for this, but I cannot see why.
I'm using modern-web's polyfill-loader to publish a few polyfills with my application. This polyfill-loader uses
regenerator-runtimeas a dependency. But I notice that this package is published in an unminified fashion and I wondered why.I found a few resources that seem to suggest that the
regenerator-runtimepackage has been published with a minified variant in the past too as can be seen here: #112 (comment). I'm sure there's a good explanation for this, but I cannot see why.