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',
|
loader: 'sass-loader',
|
||||||
options: {
|
options: {
|
||||||
|
sassOptions: {
|
||||||
includePaths: ['app/javascript'],
|
includePaths: ['app/javascript'],
|
||||||
|
},
|
||||||
implementation: require('sass'),
|
implementation: require('sass'),
|
||||||
sourceMap: true,
|
sourceMap: true,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user