Here is vue-loader configs.
{ test: /\.(png|jpe?g|gif|svg)(\?.*)?$/, loader: 'url-loader', options: { limit: 10000, name: utils.assetsPath('img/[name].[hash:7].[ext]') } }
To be able to make this library work with fonts I removed |svg
like:
{ test: /\.(png|jpe?g|gif)(\?.*)?$/ ... }
What I think is happening this library looks at the fonts I have locally. (which I downloaded from google fonts)
I think it would be a good to add in options, a way to ignore specific folders or add specific folder to look for. What do you think?
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too