perf: Ignore node_modules in Tailwind preset (#20058)
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user