but that's not what I need. Do I need to integrate the ExtratractTextPlugin into the bootstrap-sass-loader? Or is there a way to chain the the loaders?
@justin808: The problem is you hardcoded the loaders that should be used for the stylesheet (to style!css!sass). You need to give the user the choice which loaders should be used. Maybe you offer an API like this one:
Gitter conversation 11/21/2014: @sokra I'm trying to make my example https://github.com/justin808/bootstrap-sass-loader-example work with the https://github.com/webpack/extract-text-webpack-plugin
This creates the css.
I've got the css loader specified:
but that's not what I need. Do I need to integrate the ExtratractTextPlugin into the bootstrap-sass-loader? Or is there a way to chain the the loaders?
@justin808: The problem is you hardcoded the loaders that should be used for the stylesheet (to style!css!sass). You need to give the user the choice which loaders should be used. Maybe you offer an API like this one:
The bootstrap, style-loader, css-loader, and sass-loader should be peerDependencies.