We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da5eb98 commit b345ee5Copy full SHA for b345ee5
1 file changed
vite.config.js
@@ -71,6 +71,7 @@ export default defineConfig(({ command }) => {
71
preprocessorOptions: {
72
scss: {
73
api: "modern-compiler",
74
+ loadPaths: [process.cwd(), path.resolve(process.cwd(), 'node_modules')],
75
quietDeps: true,
76
silenceDeprecations: [
77
"mixed-decls",
0 commit comments