Fix build with new sass-loader

th-downstream
Thibaut Girka 5 years ago
parent 1fa2d96434
commit 79b802f10c

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

Loading…
Cancel
Save