File tree Expand file tree Collapse file tree 2 files changed +1
-56
lines changed
libs/native-federation/src/utils Expand file tree Collapse file tree 2 files changed +1
-56
lines changed Original file line number Diff line number Diff line change @@ -8,17 +8,11 @@ import * as esbuild from 'esbuild';
8
8
9
9
import { createCompilerPlugin } from '@angular/build/src/tools/esbuild/angular/compiler-plugin' ;
10
10
import { createCompilerPluginOptions } from '@angular/build/src/tools/esbuild/compiler-plugin-options' ;
11
+ import { transformSupportedBrowsersToTargets } from '@angular/build/src/tools/esbuild/utils' ;
11
12
import { getSupportedBrowsers } from '@angular/build/src/utils/supported-browsers' ;
12
13
13
14
import { BuilderContext } from '@angular-devkit/architect' ;
14
15
15
- import { transformSupportedBrowsersToTargets } from './transform' ;
16
-
17
- // TODO: Use this import instead in next version:
18
- // import {
19
- // transformSupportedBrowsersToTargets
20
- // } from '@angular-devkit/build-angular/src/tools/esbuild/utils';
21
-
22
16
import { findTailwindConfigurationFile } from '@angular-devkit/build-angular/src/utils/tailwind' ;
23
17
24
18
import {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments