Yegor Pomortsev

Results 2 comments of Yegor Pomortsev

Try adding `.css` to [resolve.extensions](http://webpack.github.io/docs/configuration.html#resolve-extensions) in your webpack config.

@lovedota BowerWebpackPlugin will try to load all files specified in the component's bower.json `main` section. select2 [references an SCSS stylesheet](https://raw.githubusercontent.com/select2/select2/master/bower.json), but webpack can't load it out of the box --...