Fix build with new sass-loader

lolsob-rspec
Thibaut Girka 2019-11-07 14:56:09 +01:00
parent 1fa2d96434
commit 79b802f10c
1 changed files with 3 additions and 1 deletions

View File

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