fix: silence Bootstrap Sass deprecation warnings in Vite config
This commit is contained in:
parent
a1d9bbe5d5
commit
2c0b7367c9
@ -8,6 +8,18 @@ export default defineConfig({
|
|||||||
refresh: true,
|
refresh: true,
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
|
css: {
|
||||||
|
preprocessorOptions: {
|
||||||
|
scss: {
|
||||||
|
silenceDeprecations: [
|
||||||
|
'import',
|
||||||
|
'global-builtin',
|
||||||
|
'color-functions',
|
||||||
|
'if-function',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
server: {
|
server: {
|
||||||
watch: {
|
watch: {
|
||||||
ignored: ['**/storage/framework/views/**'],
|
ignored: ['**/storage/framework/views/**'],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user