mirror of
https://github.com/mastodon/mastodon.git
synced 2024-12-13 06:35:08 +01: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