git. 코드 리펙토링

This commit is contained in:
clkim
2025-12-24 10:42:31 +09:00
parent 246cc373e2
commit 98280c0139
2 changed files with 0 additions and 17 deletions

View File

@@ -151,7 +151,6 @@ export default defineNuxtConfig({
payloadExtraction: false,
},
build: {
extractCSS: true, // CSS 추출
analyze: false, // 트리 쉐이킹 활성화
},
nitro: {

View File

@@ -2,22 +2,6 @@ import type { Config } from 'tailwindcss'
export default {
content: ['./app/**/*.{js,vue,ts}', './layers/**/*.{js,vue,ts}'],
// 사용하지 않는 CSS 제거 (PurgeCSS)
purge: {
enabled: process.env.NODE_ENV === 'production',
content: ['./app/**/*.{js,vue,ts}', './layers/**/*.{js,vue,ts}'],
// 안전한 클래스 보호
safelist: [
/^theme-/,
/^bg-/,
/^text-/,
/^border-/,
/^hover:/,
/^md:/,
/^lg:/,
/^sm:/,
],
},
theme: {
extend: {
screens: {