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
Previously static assets preserved their path structure. e.g. app/packs/fonts/sans-serif/black.woff would previously have a manifest entry media/fonts/sans-serif/black.woff but now it removes sans-serif and is just media/images/black.woff
Somewhat related to #3080
Previously static assets preserved their path structure. e.g.
app/packs/fonts/sans-serif/black.woff
would previously have a manifest entrymedia/fonts/sans-serif/black.woff
but now it removessans-serif
and is justmedia/images/black.woff
Looks like it was introduced when upgrading to webpack 5 here 6ba995a#diff-716197750a05276089fff034fe03597e5d569526a8ea683fb0022cf69456cbc4
In the old version the folder name was inserted but now only the hash is used https://github.com/rails/webpacker/blob/v6.0.0.beta.7/package/rules/file.js
The text was updated successfully, but these errors were encountered: