fix(webpack): add css ext to css-loader

This commit is contained in:
George Lima 2019-02-18 13:59:31 -03:00
parent 9d14c017ab
commit aaccf1c4f7
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ module.exports = {
},
},
{
test: /\.scss$/,
test: /\.(scss|css)$/,
use: [
{
loader: 'style-loader',