mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-07 00:36:41 +08:00
build: enable modern API for indented Sass (#605)
This commit is contained in:
@@ -251,6 +251,10 @@ export default defineConfig(({ command, mode, isPreview }) => ({
|
|||||||
},
|
},
|
||||||
css: {
|
css: {
|
||||||
preprocessorOptions: {
|
preprocessorOptions: {
|
||||||
|
sass: {
|
||||||
|
api: 'modern-compiler',
|
||||||
|
quietDeps: true,
|
||||||
|
},
|
||||||
scss: {
|
scss: {
|
||||||
api: 'modern-compiler',
|
api: 'modern-compiler',
|
||||||
quietDeps: true,
|
quietDeps: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user