Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): several issues with optimization …
Browse files Browse the repository at this point in the history
…and bundleDependencies in universal

Fixes #15498
  • Loading branch information
alan-agius4 authored and vikerman committed Sep 3, 2019
1 parent 60a568b commit 60dd06c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ export function getCommonConfig(wco: WebpackConfigOptions): Configuration {
buildOptions.platform == 'server'
? {
global_defs: angularGlobalDefinitions,
keep_fnames: true,
}
: {
pure_getters: buildOptions.buildOptimizer,
Expand Down

0 comments on commit 60dd06c

Please sign in to comment.