Exclude node_modules from tailwind pattern to improve build time (#4890)

This commit is contained in:
Prospector
2025-12-11 11:04:28 -08:00
committed by GitHub
parent ddcc14d99f
commit 40ac726930
2 changed files with 2 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ const config: Config = {
'./src/error.vue',
// monorepo - TODO: migrate this to its own package
'../../packages/**/*.{js,vue,ts}',
'!../../packages/**/node_modules/**',
],
theme: {
extend: {

View File

@@ -10,6 +10,7 @@ const config: Config = {
'./src/error.vue',
// monorepo - TODO: migrate this to its own package
'../../packages/**/*.{js,vue,ts}',
'!../../packages/**/node_modules/**',
],
theme: {
extend: {