Skip to content

Commit

Permalink
fix(bazel/benchmark): update zone.js import to use modern
Browse files Browse the repository at this point in the history
`/dist/` is legacy and it will be removed in the next version
  • Loading branch information
alan-agius4 committed Sep 13, 2023
1 parent 0f307b2 commit c1dd610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/benchmark/component_benchmark/defaults/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* found in the LICENSE file at https://angular.io/license
*/

import 'zone.js/dist/zone';
import 'zone.js';

import {enableProdMode} from '@angular/core';
import {platformBrowser} from '@angular/platform-browser';
Expand Down

0 comments on commit c1dd610

Please sign in to comment.