[wp-trac] [WordPress Trac] #52854: Update polyfill libraries
WordPress Trac
noreply at wordpress.org
Wed Mar 31 05:30:46 UTC 2021
#52854: Update polyfill libraries
--------------------------------+-------------------------
Reporter: desrosj | Owner: desrosj
Type: enhancement | Status: closed
Priority: normal | Milestone: 5.8
Component: External Libraries | Version:
Severity: normal | Resolution: fixed
Keywords: has-patch | Focuses: javascript
--------------------------------+-------------------------
Comment (by gziolo):
Updating those polyfill libraries isn't the most intuitive process :(
> I think we should split off a separate ticket for the @babel/polyfill
library update.
I agree. It's going to be its own set of issues because we will have to
create a webpack entry point that imports `core-js` and `regenerator-
runtime`.
{{{
import 'core-js/stable';
import 'regenerator-runtime/runtime';
}}}
They aren't defined as dependencies in `package.json` at the moment.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/52854#comment:11>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list