mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-22 02:34:33 +03:00
fix: enable svelte.config runes mode explicitly
This commit is contained in:
parent
f34f1f2ebf
commit
1838fab7c3
@ -15,7 +15,8 @@ const config = {
|
||||
},
|
||||
compilerOptions: {
|
||||
css: 'injected',
|
||||
enableSourcemap: true
|
||||
enableSourcemap: true,
|
||||
runes: true
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -15,7 +15,8 @@ const config = {
|
||||
},
|
||||
compilerOptions: {
|
||||
css: 'injected',
|
||||
enableSourcemap: true
|
||||
enableSourcemap: true,
|
||||
runes: true
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user