Skip to content

Commit 0eea8fc

Browse files
committed
refactor(@angular/build): remove unused import
Remove unused import. (cherry picked from commit 249f9dc)
1 parent 2b9c00f commit 0eea8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/build/src/tools/vite/plugins/angular-memory-plugin.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import assert from 'node:assert';
1010
import { readFile } from 'node:fs/promises';
11-
import { basename, dirname, join, relative } from 'node:path';
11+
import { dirname, join, relative } from 'node:path';
1212
import { fileURLToPath } from 'node:url';
1313
import type { Plugin } from 'vite';
1414
import { loadEsmModule } from '../../../utils/load-esm';

0 commit comments

Comments
 (0)