Is anyone here seasoned with Webpack? I'm playing around with it and running into an issue pretty early on. In the attached GIST my webpack.config.js doesn't seem to want to use the loaders array for any included files. If I inline the loaders they work, but otherwise it tells me I'm missing a loader. Any ideas?
https://gist.github.com/coreysnyder/5e4b02ad11cf1ace52cceca59fb7045d
It should be
module.loaders
, notloaders
.