Skip to content

Commit 4b72f78

Browse files
committed
refactor(@angular-devkit/build-angular): remove unused imported symbol
This commit removes an unused imported symbol. (cherry picked from commit 2fb4b24)
1 parent cc3167f commit 4b72f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular_devkit/build_angular/src/tools/esbuild/bundler-context.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import {
1818
context,
1919
} from 'esbuild';
2020
import assert from 'node:assert';
21-
import { basename, dirname, extname, join, relative } from 'node:path';
21+
import { basename, extname, join, relative } from 'node:path';
2222
import { LoadResultCache, MemoryLoadResultCache } from './load-result-cache';
2323
import { convertOutputFile } from './utils';
2424

0 commit comments

Comments
 (0)