gowravshekar / font-awesome-webpack

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

less dependency missing #11

Closed unimonkiez closed 8 years ago

unimonkiez commented 8 years ago

Hey, first of all, awesome project, thank you. The other problem is that I get `ERROR in Cannot find module 'less'.

Sounds ridiculous, and probably up to less-loader to bring that dependency, but works just fine without your package (though I'm not using less anywhere else).

Missing less dependency

Thanks in advance, unimonkiez

unimonkiez commented 8 years ago

Well I did some digging and it is less-loader's problem. Transfered to webpack/less-loader#66