Skip to content

Commit 775a766

Browse files
committed
fix(frontend): ビルド時にsassのmodern-compilerを使うように
1 parent 83b6367 commit 775a766

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/frontend/vite.config.ts

+5
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@ export function getConfig(): UserConfig {
109109
}
110110
},
111111
},
112+
preprocessorOptions: {
113+
scss: {
114+
api: 'modern-compiler',
115+
},
116+
},
112117
},
113118

114119
define: {

0 commit comments

Comments
 (0)