Skip to content

Commit

Permalink
chore(repo): fix wrong exclude entry for vite build (#13318)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo committed Nov 22, 2022
1 parent f0c18f5 commit 922e274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vite/.lib.swcrc
Expand Up @@ -22,8 +22,8 @@
"sourceMaps": true,
"exclude": [
"jest.config.ts",
".*.spec.tsx?$",
".*.test.tsx?$",
".*\\.spec.tsx?$",
".*\\.test.tsx?$",
"./src/jest-setup.ts$",
"./**/jest-setup.ts$",
".*.js$"
Expand Down

0 comments on commit 922e274

Please sign in to comment.