Fix build with new sass-loader

master
Thibaut Girka 2019-11-07 14:56:09 +01:00
parent 2c6d8ebf02
commit 04125c9c0d
1 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,9 @@ module.exports = {
{ {
loader: 'sass-loader', loader: 'sass-loader',
options: { options: {
includePaths: ['app/javascript'], sassOptions: {
includePaths: ['app/javascript'],
},
implementation: require('sass'), implementation: require('sass'),
sourceMap: true, sourceMap: true,
}, },