We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6beffdd commit f7418ceCopy full SHA for f7418ce
packages/webpack5/src/configuration/angular.ts
@@ -1,5 +1,6 @@
1
import { extname, resolve } from 'path';
2
import Config from 'webpack-chain';
3
+import { satisfies } from 'semver';
4
import { existsSync } from 'fs';
5
6
import { getTypescript, readTsConfig } from '../helpers/typescript';
@@ -13,7 +14,6 @@ import {
13
14
getPlatformName,
15
} from '../helpers/platform';
16
import base from './base';
-import { satisfies } from 'semver';
17
18
// until we can switch to async/await on the webpack config, copy this from '@angular/compiler-cli'
19
const GLOBAL_DEFS_FOR_TERSER = {
0 commit comments