Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Lawndlwd authored May 31, 2024
2 parents c2ff071 + 84d9d2f commit 525f69a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/utils/summary.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import { SummaryArgs } from '../types'
<<<<<<< HEAD
import { exit } from 'process'
=======
>>>>>>> f6a612e (fix: add vite (#47))

export const summary = ({
unusedLocalesCountByPath,
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const external = (id: string) => {
id.endsWith('fs') ||
id.endsWith('path') ||
id.endsWith('perf_hooks') ||
id.endsWith('process') ||
id.endsWith('process') ||
id.endsWith('commander')
) {
return true
Expand Down

0 comments on commit 525f69a

Please sign in to comment.