-
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels