File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
packages/angular_devkit/build_angular/src/webpack/configs Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,12 @@ import { WebpackConfigOptions } from '../../utils/build-options';
10
10
import { isWebpackFiveOrHigher } from '../../utils/webpack-version' ;
11
11
12
12
const webpackOutputOptions = {
13
+ all : false , // Fallback value for stats options when an option is not defined. It has precedence over local webpack defaults.
13
14
colors : true ,
14
15
hash : true , // required by custom stat output
15
16
timings : true , // required by custom stat output
16
17
chunks : true , // required by custom stat output
18
+ builtAt : true , // required by custom stat output
17
19
chunkModules : false ,
18
20
children : false , // listing all children is very noisy in AOT and hides warnings/errors
19
21
modules : false ,
You can’t perform that action at this time.
0 commit comments