Skip to content

Commit

Permalink
chore: remove unnecessary SASS quiet warnings (ghiscoding#1793)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding authored Jan 13, 2025
1 parent 8b78201 commit 6cfc223
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 16 deletions.
2 changes: 1 addition & 1 deletion examples/vite-demo-vanilla-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@slickgrid-universal/text-export": "workspace:~",
"@slickgrid-universal/vanilla-bundle": "workspace:~",
"@slickgrid-universal/vanilla-force-bundle": "workspace:~",
"bulma": "^1.0.2",
"bulma": "^1.0.3",
"dompurify": "^3.1.6",
"multiple-select-vanilla": "^3.4.2",
"rxjs": "^7.8.1",
Expand Down
13 changes: 3 additions & 10 deletions examples/vite-demo-vanilla-bundle/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,8 @@ export default defineConfig(() => {
emptyOutDir: true,
outDir: '../../website',
},
css: {
preprocessorOptions: {
scss: {
quietDeps: true,
},
},
},
preview: {
port: 8888
port: 8888,
},
server: {
port: 8888,
Expand All @@ -30,7 +23,7 @@ export default defineConfig(() => {
},
watch: {
followSymlinks: false,
}
},
},
};
});
});
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6cfc223

Please sign in to comment.