Added stylesheet types to null-loader for unit tests

This commit is contained in:
Chris
2015-09-16 11:37:09 +02:00
parent 393b04526a
commit 22be5fe0f4
+1 -1
View File
@@ -27,7 +27,7 @@ module.exports = function(config) {
module: { module: {
loaders: [ loaders: [
{ {
test: /\.(css|png|jpg|gif|woff|woff2)$/, test: /\.(png|jpg|gif|woff|woff2|css|sass|scss|less|styl)$/,
loader: 'null-loader' loader: 'null-loader'
}, },
{ {