Closed benstaker closed 6 years ago
@benstaker we don't modify content, just provide link to asset, looks the problem in not related to file-loader
, check you plugins and other loaders
@evilebottnawi this is not an issue with file-loader. Downgrading the package a minor version triggered a reset of the cache in hard-source-webpack-plugin
. Thanks for your time.
This issue is for a:
Code
webpack.config.js
Expected Behavior
Our icons should not have a white line in the circle.
Actual Behavior
Icons have a white line in the circle.
Description
There seems to be some processing on the font files passed through file-loader that is causing the fonts to render differently. When resizing the font to 67px in Google Chrome it seems to render fine, but this is not ideal as we don't need it this large. Downgrading to v1.1.10 has fixed the issue, so I suspect this was a recent change in v1.1.11 that has caused this. See the diff between the original file and the served file below.