Skip to content

Commit

Permalink
fix(frontend): ビルド時にsassのmodern-compilerを使うように
Browse files Browse the repository at this point in the history
  • Loading branch information
AmaseCocoa committed Oct 1, 2024
1 parent 83b6367 commit 775a766
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ export function getConfig(): UserConfig {
}
},
},
preprocessorOptions: {
scss: {
api: 'modern-compiler',
},
},
},

define: {
Expand Down

0 comments on commit 775a766

Please sign in to comment.