Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Does not handle favicons #3

Open
xiamaz opened this issue Mar 14, 2018 · 0 comments
Open

Does not handle favicons #3

xiamaz opened this issue Mar 14, 2018 · 0 comments

Comments

@xiamaz
Copy link

xiamaz commented Mar 14, 2018

Currently favicon.ico are not handled at all by rules, causing websites using these to fail to build.
Adding a simple rule fixes the issue, such as:

      }, {
        test: /favicon\.ico$/,
        loader:'file-loader?name=img/[path][name].[ext]&context=./app/images'
      }, {

Although I am just starting to use webpack, so I am not sure whether my setup is simply misconfigured.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant