Skip to content

Commit

Permalink
import files/index.js as a module to avoid minified collisions
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Nov 15, 2024
1 parent 6fa9a84 commit 547c7cf
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 547c7cf

Please sign in to comment.