-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Separate output path for fonts in webpacker v6 #3080
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I opened this PR before seeing this issue: #3082 But what do you think to put everything in the I see no need to split images and fonts even for caching 🤔 do I miss something? |
Also experiencing this |
This comment has been minimized.
This comment has been minimized.
No need to have explicit paths, it’s a purely cosmetic issue. Putting all assets in the |
Ok fine, I close the issue then 👌 Thanks! |
Uh oh!
There was an error while loading. Please reload this page.
In v6.0.0-beta.7 the images and fonts are outputted in the same images/ folder, i.e I get this in my
manifest.json
:In my opinion it would make sense to change this to:
All that needs to be done is to split the file rules here and add a separate rule for fonts like this:
What do you think?
The text was updated successfully, but these errors were encountered: