Skip to content

Commit

Permalink
Merge pull request #68 from uw-it-aca/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
abztrakt authored Nov 27, 2024
2 parents 496851f + 5ee00c6 commit f46cde5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,12 @@ export default defineConfig({
"@": fileURLToPath(new URL("./app_name_vue", import.meta.url)),
},
},
css: {
preprocessorOptions: {
scss: {
quietDeps: true,
silenceDeprecations: ["global-builtin", "import"], // silence bootstrap5 related deprecations
},
},
},
});

0 comments on commit f46cde5

Please sign in to comment.