mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-12 01:17:04 +02:00
Fix
This commit is contained in:
parent
3633fa4683
commit
d7681fc2c5
@ -26,10 +26,10 @@ const vitestConfig = vitestDefineConfig({
|
|||||||
css: {
|
css: {
|
||||||
preprocessorOptions: {
|
preprocessorOptions: {
|
||||||
scss: {
|
scss: {
|
||||||
api: 'modern-compiler'
|
api: 'modern-compiler',
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
export default mergeConfig(
|
export default mergeConfig(
|
||||||
|
Loading…
Reference in New Issue
Block a user