diff --git a/vite.config.js b/vite.config.js index 8d7226c..c64f2cd 100644 --- a/vite.config.js +++ b/vite.config.js @@ -8,6 +8,18 @@ export default defineConfig({ refresh: true, }), ], + css: { + preprocessorOptions: { + scss: { + silenceDeprecations: [ + 'import', + 'global-builtin', + 'color-functions', + 'if-function', + ], + }, + }, + }, server: { watch: { ignored: ['**/storage/framework/views/**'],