Skip to content

Commit

Permalink
Merge pull request #2444 from tvdeyen/do-no-install-webpacker-tag
Browse files Browse the repository at this point in the history
Do not install webpacker tag for fresh apps
  • Loading branch information
tvdeyen authored Mar 28, 2023
2 parents 2ac64bd + e0fa9d1 commit 4cca854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/alchemy/install/files/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<%= csp_meta_tag %>

<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
<%= javascript_pack_tag 'application', 'data-turbolinks-track': 'reload' %>
<%= javascript_link_tag 'application', 'data-turbolinks-track': 'reload' %>
</head>

<body>
Expand Down

0 comments on commit 4cca854

Please sign in to comment.