File tree 2 files changed +1
-6
lines changed
packages/angular_devkit/build_angular/src/angular-cli-files/models/webpack-configs
2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ import { LicenseWebpackPlugin } from 'license-webpack-plugin';
15
15
import { generateEntryPoints , packageChunkSort } from '../../utilities/package-chunk-sort' ;
16
16
import { BaseHrefWebpackPlugin } from '../../lib/base-href-webpack' ;
17
17
import { IndexHtmlWebpackPlugin } from '../../plugins/index-html-webpack-plugin' ;
18
- import { ExtraEntryPoint } from '../../../browser/schema' ;
19
- import { BrowserBuilderSchema } from '../../../browser/schema' ;
20
18
import { WebpackConfigOptions } from '../build-options' ;
21
19
import { normalizeExtraEntryPoints } from './utils' ;
22
20
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import { BundleBudgetPlugin } from '../../plugins/bundle-budget';
19
19
import { CleanCssWebpackPlugin } from '../../plugins/cleancss-webpack-plugin' ;
20
20
import { ScriptsWebpackPlugin } from '../../plugins/scripts-webpack-plugin' ;
21
21
import { findUp } from '../../utilities/find-up' ;
22
- import { AssetPatternObject , ExtraEntryPoint } from '../../../browser/schema' ;
22
+ import { AssetPatternObject } from '../../../browser/schema' ;
23
23
import { normalizeExtraEntryPoints } from './utils' ;
24
24
25
25
const ProgressPlugin = require ( 'webpack/lib/ProgressPlugin' ) ;
@@ -214,9 +214,6 @@ export function getCommonConfig(wco: WebpackConfigOptions) {
214
214
alias = rxPaths ( nodeModules ) ;
215
215
} catch { }
216
216
217
- const isIvyEnabled = wco . tsConfig . raw . angularCompilerOptions
218
- && wco . tsConfig . raw . angularCompilerOptions . enableIvy ;
219
-
220
217
const terserOptions = {
221
218
ecma : wco . supportES2015 ? 6 : 5 ,
222
219
warnings : ! ! buildOptions . verbose ,
You can’t perform that action at this time.
0 commit comments