From 063c18de69cb08a75eeaac275cbf0d6bf06ec122 Mon Sep 17 00:00:00 2001 From: Luis Herranz Date: Mon, 4 Dec 2023 11:16:22 +0100 Subject: [PATCH] Revert "Remove the polyfill to check the performance impact" This reverts commit af5eaad64acac068e6436f2367310edba9523145. --- lib/experimental/modules/class-gutenberg-modules.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/experimental/modules/class-gutenberg-modules.php b/lib/experimental/modules/class-gutenberg-modules.php index e26025ad62561..5f847fa8c897a 100644 --- a/lib/experimental/modules/class-gutenberg-modules.php +++ b/lib/experimental/modules/class-gutenberg-modules.php @@ -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 );