perf: Ignore node_modules in Tailwind preset (#20058)

This commit is contained in:
Keith Williams
2025-03-13 18:05:58 +00:00
committed by GitHub
parent a6b6898697
commit 034dfc8e6b
+4 -4
View File
@@ -10,10 +10,10 @@ module.exports = {
"./app/**/*.{js,ts,jsx,tsx}",
"./modules/**/*.{js,ts,jsx,tsx}",
"./components/**/*.{js,ts,jsx,tsx}",
"../../packages/app-store/**/*{components,pages}/**/*.{js,ts,jsx,tsx}",
"../../packages/features/**/*.{js,ts,jsx,tsx}",
"../../packages/ui/**/*.{js,ts,jsx,tsx}",
"../../packages/platform/atoms/**/*.{js,ts,jsx,tsx}",
"../../packages/app-store/!(node_modules)/**/*{components,pages}/**/*.{js,ts,jsx,tsx}",
"../../packages/features/!(node_modules)/**/*.{js,ts,jsx,tsx}",
"../../packages/ui/!(node_modules)/**/*.{js,ts,jsx,tsx}",
"../../packages/platform/atoms/!(node_modules)/**/*.{js,ts,jsx,tsx}",
],
darkMode: "class",
theme: {