Module not found: Error: Can't resolve './font-awesome-styles'
tamalsen opened this issue · 4 comments
tamalsen commented
Module not found: Error: Can't resolve './font-awesome-styles'
Changing font-awesome-webpack/index.js to "require("style-loader!css-loader!less-loader!./font-awesome-styles.loader!./font-awesome.config.js");" solves the problem.
Should I send a pull req?
wolfadex commented
Which version are you using?
tamalsen commented
0.0.4
wolfadex commented
If you switch to version 0.0.5-beta.2 those changes are included.
tamalsen commented
cool (y)