chore(karma): ignore sass
This commit is contained in:
parent
85befe7a0c
commit
7192f01992
@ -44,7 +44,7 @@ module.exports = function(config) {
|
||||
}
|
||||
},
|
||||
{
|
||||
test: /\.(css|scss)$/i,
|
||||
test: /\.(css|scss|sass)$/i,
|
||||
loader:'null-loader',
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user