fix: sourcemap

This commit is contained in:
이희원 2026-06-20 01:31:58 +09:00
parent 57aac808e8
commit 78a09f4890
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ export default defineConfig({
open: true,
},
css: {
devSourcemap: true,
preprocessorOptions: {
scss: {
api: 'modern-compiler',