mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Fix build with new sass-loader
This commit is contained in:
parent
2c6d8ebf02
commit
04125c9c0d
@ -20,7 +20,9 @@ module.exports = {
|
||||
{
|
||||
loader: 'sass-loader',
|
||||
options: {
|
||||
includePaths: ['app/javascript'],
|
||||
sassOptions: {
|
||||
includePaths: ['app/javascript'],
|
||||
},
|
||||
implementation: require('sass'),
|
||||
sourceMap: true,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user