Fix issue incorrect paths for fonts. Add methods to Use relative paths
The idea is to allow to use relative path for fonts and/or images.
Yea, we need to do some playing with this. I'm also interested in useRelativePath, but it may have some issues: https://github.com/webpack-contrib/file-loader/pull/150... though I think just using the relative paths for publicPath also has issues... @Lyrkan we need to do some experimenting with this. I think it's unlikely that we'll be able to change Encore to have useRelativePath by default (again, because I think there are issues), but we might make a way to opt into this. I think we need experimenting to know more, then we can find the best solution.
@weaverryan any news on relative paths?
Hello,
I also need relative paths for fonts. Any news ?