mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 08:11:52 +01:00
Build/Test Tools: Replace the deprecated @babel/polyfill
.
This replaces the dependency of the deprecated `@babel/polyfill` package with the `core-js` package through `@wordpress/babel-preset-default`. Previously, the file consisted of a generalized group of polyfills, and not all of them were required. This change allows the contents of this file to be built according to the exact needs as dictated by the `@wordpress/babel-preset-default` package, which takes into account the current browser support. Props gziolo, youknowriad. Fixes #52941. Built from https://develop.svn.wordpress.org/trunk@51146 git-svn-id: http://core.svn.wordpress.org/trunk@50755 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
fe1cb3ff0d
commit
8fad82a2d6
8680
wp-includes/js/dist/vendor/wp-polyfill.js
vendored
8680
wp-includes/js/dist/vendor/wp-polyfill.js
vendored
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.8-beta1-51145';
|
||||
$wp_version = '5.8-beta1-51146';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user