You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This produces for example bundle-3ed35ea62e9cbcfe95b9.js and usage of <%= javascript_include_tag "bundle", "data-turbo-track": "reload", type: "module", defer: true %> results with an error Sprockets::Rails::Helper::AssetNotFound.
Is there any workaround? How can I achieve it?
The text was updated successfully, but these errors were encountered:
Hi, do I understand correctly that there is no option for adding caching hash to output bundle name?
webpack.config.js
:This produces for example
bundle-3ed35ea62e9cbcfe95b9.js
and usage of<%= javascript_include_tag "bundle", "data-turbo-track": "reload", type: "module", defer: true %>
results with an errorSprockets::Rails::Helper::AssetNotFound
.Is there any workaround? How can I achieve it?
The text was updated successfully, but these errors were encountered: