WordPress/wp-includes/blocks/file
gziolo 56e4bf827d 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 15:57:58 +00:00
..
block.json Block Editor: Update the packages with a number of fixes targeted for Beta 4. 2021-06-25 15:52:22 +00:00
editor-rtl.css Editor: Enqueue script and style assets only for blocks present on the page 2021-05-11 09:43:08 +00:00
editor-rtl.min.css Editor: Enqueue script and style assets only for blocks present on the page 2021-05-11 09:43:08 +00:00
editor.css Editor: Enqueue script and style assets only for blocks present on the page 2021-05-11 09:43:08 +00:00
editor.min.css Editor: Enqueue script and style assets only for blocks present on the page 2021-05-11 09:43:08 +00:00
style-rtl.css Editor: Enqueue script and style assets only for blocks present on the page 2021-05-11 09:43:08 +00:00
style-rtl.min.css Editor: Enqueue script and style assets only for blocks present on the page 2021-05-11 09:43:08 +00:00
style.css Editor: Enqueue script and style assets only for blocks present on the page 2021-05-11 09:43:08 +00:00
style.min.css Editor: Enqueue script and style assets only for blocks present on the page 2021-05-11 09:43:08 +00:00
view.asset.php Build: Remove polyfills from block view scripts 2021-11-04 15:57:58 +00:00
view.js Build: Split packages and blocks to their webpack configs 2021-07-28 10:06:59 +00:00
view.min.asset.php Build: Remove polyfills from block view scripts 2021-11-04 15:57:58 +00:00
view.min.js Build: Split packages and blocks to their webpack configs 2021-07-28 10:06:59 +00:00