You've already forked AstralRinth
forked from didirus/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',
|
'./src/error.vue',
|
||||||
// monorepo - TODO: migrate this to its own package
|
// monorepo - TODO: migrate this to its own package
|
||||||
'../../packages/**/*.{js,vue,ts}',
|
'../../packages/**/*.{js,vue,ts}',
|
||||||
|
'!../../packages/**/node_modules/**',
|
||||||
],
|
],
|
||||||
theme: {
|
theme: {
|
||||||
extend: {
|
extend: {
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const config: Config = {
|
|||||||
'./src/error.vue',
|
'./src/error.vue',
|
||||||
// monorepo - TODO: migrate this to its own package
|
// monorepo - TODO: migrate this to its own package
|
||||||
'../../packages/**/*.{js,vue,ts}',
|
'../../packages/**/*.{js,vue,ts}',
|
||||||
|
'!../../packages/**/node_modules/**',
|
||||||
],
|
],
|
||||||
theme: {
|
theme: {
|
||||||
extend: {
|
extend: {
|
||||||
|
|||||||
Reference in New Issue
Block a user