add modern compiler on css plugin
This commit is contained in:
parent
0997453236
commit
b43f4f8164
@ -30,4 +30,11 @@ export default defineConfig({
|
|||||||
refresh: true
|
refresh: true
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
|
css: {
|
||||||
|
preprocessorOptions: {
|
||||||
|
scss: {
|
||||||
|
api: 'modern-compiler' // or "modern"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user