This website requires JavaScript.
Explore
Help
Sign In
Upstream
/
WordPress
Watch
1
Star
0
Fork
0
You've already forked WordPress
mirror of
https://github.com/WordPress/WordPress.git
synced
2024-11-06 10:50:56 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
a3f3c5c959
WordPress
/
wp-includes
/
blocks
/
file
/
view.min.asset.php
1 line
95 B
PHP
Raw
Normal View
History
Unescape
Escape
Build: Remove polyfills from block view scripts Related changes in Gutenberg: https://github.com/WordPress/gutenberg/pull/35038. When adding a block with a view.js script, the frontend loads an additional ~20kb of scripts that were previously not there. These are coming from polyfills that are defined as a dependency for view.js scripts. Since WordPress dropped support for IE, these polyfills are no longer needed and can be removed. Follow-up to [51501]. See #53690. Props aristath. Built from https://develop.svn.wordpress.org/trunk@52011 git-svn-id: http://core.svn.wordpress.org/trunk@51602 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-11-04 16:57:58 +01:00
<
?
php
return
array
(
'dependencies'
=>
array
(),
'version'
=>
'e8d668b8e69d9bf1c99dc250d92f2b72'
);
Reference in New Issue
Copy Permalink