From ef1bf8e9f28dc28a39b032926c7886d56c42f95b Mon Sep 17 00:00:00 2001 From: Renaud Chaput Date: Thu, 22 May 2025 14:54:47 +0200 Subject: [PATCH] Fix polyfills naming and tag missing a source (#34768) --- app/views/layouts/application.html.haml | 2 +- app/views/layouts/embedded.html.haml | 2 +- app/views/layouts/error.html.haml | 2 +- lib/vite_ruby/sri_extensions.rb | 8 +++++--- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index fc2c18e57e..fbdffb0baa 100755 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -28,7 +28,7 @@ = theme_style_tags current_theme = vite_client_tag = vite_react_refresh_tag - = vite_polyfill_tag crossorigin: 'anonymous' + = vite_polyfills_tag -# Needed for the wicg-inert polyfill. It needs to be on it's own