Skip to content

Commit

Permalink
import files/index.js as a module to avoid minified collisions (#3959)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Nov 18, 2024
1 parent ea39c03 commit 0fe6743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/app/views/layouts/files.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<%
content_for :head do
javascript_include_tag 'files/index', nonce: true
javascript_include_tag('files/index', nonce: true, type: 'module')
end
%>

Expand Down

0 comments on commit 0fe6743

Please sign in to comment.