Skip to content

Commit dbe3797

Browse files
committed
fixup! feat(@angular/build): add library builder
1 parent 8c58c5e commit dbe3797

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎packages/angular/build/src/tools/angular/compilation/library-compilation.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import assert from 'node:assert';
1111
import path from 'node:path';
1212
import ts from 'typescript';
1313
import { toPosixPath } from '../../../utils/path';
14-
import { profileAsync, profileSync } from '../../esbuild/profiling';
14+
import { profileAsync, profileSync } from '../../../utils/profiling';
1515
import {
1616
type AngularCompilerHost,
1717
type AngularHostOptions,

0 commit comments

Comments
 (0)