1 parent 8c58c5e commit dbe3797Copy full SHA for dbe3797
1 file changed
packages/angular/build/src/tools/angular/compilation/library-compilation.ts
@@ -11,7 +11,7 @@ import assert from 'node:assert';
11
import path from 'node:path';
12
import ts from 'typescript';
13
import { toPosixPath } from '../../../utils/path';
14
-import { profileAsync, profileSync } from '../../esbuild/profiling';
+import { profileAsync, profileSync } from '../../../utils/profiling';
15
import {
16
type AngularCompilerHost,
17
type AngularHostOptions,
0 commit comments