Skip to content

Conflicts with url-loader (local fonts) #16

@juanr2001

Description

@juanr2001

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions