Skip to content

Commit

Permalink
Add(Extractor): Exclusions for .next, .nuxt, and .svelte-kit director…
Browse files Browse the repository at this point in the history
…ies in options
  • Loading branch information
1aron committed Dec 11, 2024
1 parent cb5fec8 commit 070fbb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/extractor/src/options/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ const options: Options = {
'**/out/**',
'**/styles/**',
'**/public/**',
'**/.next/**',
'**/.nuxt/**',
'**/.svelte-kit/**',
'**/node_modules/webpack*/**',
'**/node_modules/events/**',
'**/node_modules/html-entities/**',
Expand Down

0 comments on commit 070fbb9

Please sign in to comment.