We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a568b commit 60dd06cCopy full SHA for 60dd06c
1 file changed
packages/angular_devkit/build_angular/src/angular-cli-files/models/webpack-configs/common.ts
@@ -352,6 +352,7 @@ export function getCommonConfig(wco: WebpackConfigOptions): Configuration {
352
buildOptions.platform == 'server'
353
? {
354
global_defs: angularGlobalDefinitions,
355
+ keep_fnames: true,
356
}
357
: {
358
pure_getters: buildOptions.buildOptimizer,
0 commit comments