Skip to content

Commit

Permalink
refactor(@angular/build): remove unused import
Browse files Browse the repository at this point in the history
Remove unused import.
  • Loading branch information
alan-agius4 committed Jan 29, 2025
1 parent 319fbb6 commit 249f9dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import assert from 'node:assert';
import { readFile } from 'node:fs/promises';
import { basename, dirname, join, relative } from 'node:path';
import { dirname, join, relative } from 'node:path';
import { fileURLToPath } from 'node:url';
import type { Plugin } from 'vite';
import { loadEsmModule } from '../../../utils/load-esm';
Expand Down

0 comments on commit 249f9dc

Please sign in to comment.