We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac8dcd commit 1d48273Copy full SHA for 1d48273
vite_plugin_legacy/lib/vite_plugin_legacy/tag_helpers.rb
@@ -25,6 +25,6 @@ def vite_legacy_typescript_tag(name)
25
def vite_legacy_polyfill_tag
26
return if ViteRuby.instance.dev_server_running?
27
28
- content_tag(:script, nil, nomodule: true, src: vite_asset_path('legacy-polyfills', type: :virtual))
+ content_tag(:script, nil, nomodule: true, id: 'vite-legacy-polyfill', src: vite_asset_path('legacy-polyfills', type: :virtual))
29
end
30
0 commit comments