Changeset 52011
- Timestamp:
- 11/04/2021 03:56:06 PM (2 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/file/view.asset.php
r51501 r52011 1 <?php return array('dependencies' => array( 'wp-polyfill'), 'version' => '499eaf2efb98327a07f222e92d742380');1 <?php return array('dependencies' => array(), 'version' => '499eaf2efb98327a07f222e92d742380'); -
trunk/src/wp-includes/blocks/file/view.min.asset.php
r51501 r52011 1 <?php return array('dependencies' => array( 'wp-polyfill'), 'version' => 'e8d668b8e69d9bf1c99dc250d92f2b72');1 <?php return array('dependencies' => array(), 'version' => 'e8d668b8e69d9bf1c99dc250d92f2b72'); -
trunk/tools/webpack/blocks.js
r51501 r52011 179 179 } ), 180 180 new DependencyExtractionPlugin( { 181 injectPolyfill: true,181 injectPolyfill: false, 182 182 } ), 183 183 new CopyWebpackPlugin(
Note: See TracChangeset
for help on using the changeset viewer.