Skip to content

Commit

Permalink
revert previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabrisrp committed Nov 20, 2023
1 parent d926fa3 commit cfc26a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions inc/Engine/Optimization/Minify/JS/AbstractJSOptimization.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ protected function is_minify_excluded_file( array $tag ) {
false !== strpos( $tag[0], 'data-minify=' )
||
false !== strpos( $tag[0], 'data-no-minify=' )
||
preg_match( '/type=(?<quote>[\'"])module\g<quote>/', $tag[0] )
) {
return true;
}
Expand Down

0 comments on commit cfc26a3

Please sign in to comment.