diff --git a/src/utils/summary.ts b/src/utils/summary.ts index 9087cf7..53af59b 100644 --- a/src/utils/summary.ts +++ b/src/utils/summary.ts @@ -1,8 +1,5 @@ import { SummaryArgs } from '../types' -<<<<<<< HEAD import { exit } from 'process' -======= ->>>>>>> f6a612e (fix: add vite (#47)) export const summary = ({ unusedLocalesCountByPath, diff --git a/vite.config.ts b/vite.config.ts index ff25a88..0044cd1 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -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