You've already forked AstralRinth
Exclude node_modules from tailwind pattern to improve build time (#4890)
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user