Fix CSS loader.

This commit is contained in:
Alexis Lahouze 2018-06-09 23:53:09 +02:00
parent 247ece861e
commit 0599d39690

View File

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