summaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 945d633..bfdb909 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -7,7 +7,7 @@ module.exports = {
module: {
loaders: [
{ test: /\.js$/, loader: 'babel' },
- { test: /\.css$/, loader: 'style!css' }
+ { test: /\.scss$/, loaders: ['style', 'css', 'sass'] }
]
}
}; \ No newline at end of file