Skip to content

Commit

Permalink
test(@angular-devkit/build-angular): fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed Jun 30, 2021
1 parent 2105677 commit 28b4f92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ async function terserMangle(
code,
options.map,
outputCode,
(minifyOutput.map as unknown) as RawSourceMap,
minifyOutput.map as unknown as RawSourceMap,
options.filename || '0',
code.length > FAST_SOURCEMAP_THRESHOLD,
);
Expand Down

0 comments on commit 28b4f92

Please sign in to comment.