webpacker stays mysterious

This commit is contained in:
simon lehericey 2019-05-13 17:35:11 +02:00
parent 6e111e0d7f
commit 5f18b07eda

View file

@ -11,7 +11,7 @@ by providing a `content_for(:javascript)` block.
<%= javascript_include_tag js_path %>
<% end %>
<%= javascript_pack_tag 'manager' %>
<%= javascript_packs_with_chunks_tag 'manager' %>
<%= yield :javascript %>