font-awesome-sass-loader icon indicating copy to clipboard operation
font-awesome-sass-loader copied to clipboard

font-awesome (sass) package for webpack

Results 6 font-awesome-sass-loader issues
Sort by recently updated
recently updated
newest added

Copying the sass config from this project and using that as the config: ``` ERROR in ./node_modules/css-loader!./node_modules/sass-loader/lib/loader.js!./node_modules/font-awesome-sass-loader/font-awesome-sass-styles.loader.js!./webpack/font-awesome.config.js Module build failed: module.exports = { ^ File to import not found or...

Out of the box: ``` ERROR in ./node_modules/css-loader!./node_modules/sass-loader/lib/loader.js!./node_modules/font-awesome-sass-loader/font-awesome-sass-styles.loader.js!./webpack/font-awesome.config.js Module build failed: TypeError: Cannot read property 'mixins' of undefined at /Users/me/dev/node_modules/font-awesome-sass-loader/font-awesome-sass-styles.loader.js:30:25 ```

``` entry: [ 'font-awesome-sass-loader', ``` This hangs forever on building webpack

``` module.exports = { entry: [ "font-awesome-sass!./path/to/font-awesome.config.js", ``` The `-loader` prefix is no longer implicit in Webpack

Font awesome is only working for me in the index. I believe it is because it is trying to load the font files in relative location. I get this error...

Hi, I'm using es6 and webpack, and I'm not terribly experienced with either. I followed your directions but when I put in to the jsx: `` I just get a...