Fix CSS loader.

This commit is contained in:
Alexis Lahouze 2018-06-09 23:53:09 +02:00
parent 247ece861e
commit 0599d39690
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ module.exports = {
}, {
test: /\.css$/,
include: helpers.root('src'),
loader: 'raw-loader'
loader: 'css-loader'
}, {
test: /\.scss$/,
use: [