chore(karma): ignore sass

This commit is contained in:
Gregor Kleen 2019-12-18 18:17:05 +01:00
parent 85befe7a0c
commit 7192f01992

View File

@ -44,7 +44,7 @@ module.exports = function(config) {
}
},
{
test: /\.(css|scss)$/i,
test: /\.(css|scss|sass)$/i,
loader:'null-loader',
}
]