Skip to content

Commit

Permalink
Remove the polyfill to check the performance impact
Browse files Browse the repository at this point in the history
  • Loading branch information
luisherranz committed Nov 30, 2023
1 parent 0d236d4 commit af5eaad
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 );

Check failure on line 218 in lib/experimental/modules/class-gutenberg-modules.php

View workflow job for this annotation

GitHub Actions / PHP coding standards

Inline comments must end in full-stops, exclamation marks, or question marks

0 comments on commit af5eaad

Please sign in to comment.