gowravshekar / font-awesome-webpack

font-awesome package for webpack
MIT License
192 stars 49 forks source link

font-awesome-webpack (or dependency) looking up wrong path to file? #9

Closed thomasgwatson closed 8 years ago

thomasgwatson commented 8 years ago

Does this path look wrong?

"font-awesome/fonts//fontawesome-webfont.woff2?v=4.4.0"

There seems to be an extra '/'

The console error is suggesting this is coming from the font-awesome.config.js

If I remove path from the styles in the config, the error doesn't show up but I don't know what else will be impacted.

     styles: {
        'mixins': true,
        'bordered-pulled': true,
        'core': true,
        'fixed-width': true,
        'icons': true,
        'larger': true,
        'list': true,
        'rotated-flipped': true,
        'animated': true,
        'stacked': true
    }

Thoughts? Can include loaders, etc if you think that could be source of the problem

thomasgwatson commented 8 years ago

webpack/less-loader/issues/53

gowravshekar commented 8 years ago

What is the error you are getting in console? Please post your font-awesome.config.js and webpack.config.js contents.