mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-11 08:33:46 +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: {
|
||||
preprocessorOptions: {
|
||||
sass: {
|
||||
api: 'modern-compiler',
|
||||
quietDeps: true,
|
||||
},
|
||||
scss: {
|
||||
api: 'modern-compiler',
|
||||
quietDeps: true,
|
||||
|
||||
Reference in New Issue
Block a user