File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
packages/angular_devkit/build_angular/src/angular-cli-files/models/webpack-configs Expand file tree Collapse file tree 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';
1515import { generateEntryPoints , packageChunkSort } from '../../utilities/package-chunk-sort' ;
1616import { BaseHrefWebpackPlugin } from '../../lib/base-href-webpack' ;
1717import { IndexHtmlWebpackPlugin } from '../../plugins/index-html-webpack-plugin' ;
18- import { ExtraEntryPoint } from '../../../browser/schema' ;
19- import { BrowserBuilderSchema } from '../../../browser/schema' ;
2018import { WebpackConfigOptions } from '../build-options' ;
2119import { normalizeExtraEntryPoints } from './utils' ;
2220
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import { BundleBudgetPlugin } from '../../plugins/bundle-budget';
1919import { CleanCssWebpackPlugin } from '../../plugins/cleancss-webpack-plugin' ;
2020import { ScriptsWebpackPlugin } from '../../plugins/scripts-webpack-plugin' ;
2121import { findUp } from '../../utilities/find-up' ;
22- import { AssetPatternObject , ExtraEntryPoint } from '../../../browser/schema' ;
22+ import { AssetPatternObject } from '../../../browser/schema' ;
2323import { normalizeExtraEntryPoints } from './utils' ;
2424
2525const ProgressPlugin = require ( 'webpack/lib/ProgressPlugin' ) ;
@@ -214,9 +214,6 @@ export function getCommonConfig(wco: WebpackConfigOptions) {
214214 alias = rxPaths ( nodeModules ) ;
215215 } catch { }
216216
217- const isIvyEnabled = wco . tsConfig . raw . angularCompilerOptions
218- && wco . tsConfig . raw . angularCompilerOptions . enableIvy ;
219-
220217 const terserOptions = {
221218 ecma : wco . supportES2015 ? 6 : 5 ,
222219 warnings : ! ! buildOptions . verbose ,
You can’t perform that action at this time.
0 commit comments