Skip to content

Commit

Permalink
Merge pull request #6535 from aspidov/next
Browse files Browse the repository at this point in the history
Fix for issue #6338: Changed default value for sourceMap property of angulars webpack config
  • Loading branch information
ndelangen authored and shilman committed Apr 28, 2019
1 parent c901911 commit 43b3136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/angular/src/server/angular-cli_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export function getAngularCliWebpackConfigOptions(dirToSearch) {
tsConfig,
supportES2015: false,
buildOptions: {
sourceMap: {},
sourceMap: false,
optimization: {},
...projectOptions,
assets: normalizedAssets,
Expand Down

0 comments on commit 43b3136

Please sign in to comment.