diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-12-09 01:50:01 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-12-09 01:50:01 +0200 |
| commit | c941dd56db8a1e192e28ee4a99bea1e359cd9755 (patch) | |
| tree | 73c5c44fa8ce5bfe0e86405fd56a561c22760659 /webpack.config.js | |
| parent | 81e4681012fdec9e4a116c2ffab40ae600bc4e79 (diff) | |
Use SASS for styling
Diffstat (limited to 'webpack.config.js')
| -rw-r--r-- | webpack.config.js | 2 |
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 |
