Skip to content

Commit b345ee5

Browse files
committed
fix: fixed not building
1 parent da5eb98 commit b345ee5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vite.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ export default defineConfig(({ command }) => {
7171
preprocessorOptions: {
7272
scss: {
7373
api: "modern-compiler",
74+
loadPaths: [process.cwd(), path.resolve(process.cwd(), 'node_modules')],
7475
quietDeps: true,
7576
silenceDeprecations: [
7677
"mixed-decls",

0 commit comments

Comments
 (0)