webfonts-loader icon indicating copy to clipboard operation
webfonts-loader copied to clipboard

cssFontsUrl should be URL and not path

Open ali11007 opened this issue 2 years ago • 0 comments

cssFontsUrl passed to webfonts-generator is obviously used for font urls, but in this loader it is converted to path using path.resolve(). It seems that after webfonts-generator deprecated cssFontsPath and used cssFontsUrl, this loader didn't updated its logic.

ali11007 avatar Jun 14 '22 12:06 ali11007