Scss enabled.

This commit is contained in:
smartapant 2016-04-20 18:13:56 +03:00
parent 1ecaf82998
commit 790f4010e1
5 changed files with 40 additions and 46 deletions

View file

@ -158,6 +158,12 @@ module.exports = {
loader: 'raw-loader'
},
{
test: /\.scss$/,
exclude: /node_modules/,
loader: 'raw-loader!sass-loader'
},
/* Raw loader support for *.html
* Returns file content as string
*