update web pack config

This commit is contained in:
casperlamboo 2018-01-06 20:27:14 +01:00
parent 9d1d51d357
commit ab27e7c8c2
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ module.exports = {
}
}, {
test: /\.css$/,
use: [ 'style-loader', 'css-loader' ]
use: ['style-loader', 'css-loader']
}
]
},