Skip to content

Commit

Permalink
Revert "Remove the polyfill to check the performance impact"
Browse files Browse the repository at this point in the history
This reverts commit af5eaad.
  • Loading branch information
luisherranz committed Dec 4, 2023
1 parent af5eaad commit 063c18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/experimental/modules/class-gutenberg-modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,4 +215,4 @@ function gutenberg_enqueue_module( $module_identifier ) {
add_action( 'wp_head', array( 'Gutenberg_Modules', 'print_module_preloads' ) );

// Prints the script that loads the import map polyfill in the footer.
// add_action( 'wp_footer', array( 'Gutenberg_Modules', 'print_import_map_polyfill' ), 11 );
add_action( 'wp_footer', array( 'Gutenberg_Modules', 'print_import_map_polyfill' ), 11 );

0 comments on commit 063c18d

Please sign in to comment.