]> git.localhorst.tv Git - alttp.git/commitdiff
hide bootstrap warnings
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Sat, 6 Dec 2025 12:41:22 +0000 (13:41 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Sat, 6 Dec 2025 12:41:22 +0000 (13:41 +0100)
vite.config.js

index f036e30f739ec543261687450e50ca35ae7536b7..0ab97011b1ad037d614ec6ff2d71bae7b39e9e77 100644 (file)
@@ -4,6 +4,13 @@ import react from '@vitejs/plugin-react';
 import { manualChunksPlugin } from 'vite-plugin-webpackchunkname';
 
 export default defineConfig({
+       css: {
+               preprocessorOptions: {
+                       scss: {
+                               quietDeps: true,
+                       },
+               },
+       },
     plugins: [
         laravel([
             'resources/js/index.jsx',