Skip to content

Commit f7418ce

Browse files
committed
chore: cleanup
1 parent 6beffdd commit f7418ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webpack5/src/configuration/angular.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { extname, resolve } from 'path';
22
import Config from 'webpack-chain';
3+
import { satisfies } from 'semver';
34
import { existsSync } from 'fs';
45

56
import { getTypescript, readTsConfig } from '../helpers/typescript';
@@ -13,7 +14,6 @@ import {
1314
getPlatformName,
1415
} from '../helpers/platform';
1516
import base from './base';
16-
import { satisfies } from 'semver';
1717

1818
// until we can switch to async/await on the webpack config, copy this from '@angular/compiler-cli'
1919
const GLOBAL_DEFS_FOR_TERSER = {

0 commit comments

Comments
 (0)