I am using web pack with sass loader like this:
module.exports = { module: { loaders: [ { test: /\\.scss$/, loader: \"style!css!sass\
If you want a separate CSS file when using Webpack, you need to use the extract-text-webpack-plugin.