Skip to content

Commit

Permalink
fix: remove terser warnings as these as not actionable
Browse files Browse the repository at this point in the history
Most of these errors are not actionable as they remove code which was generated by either tsickle of ngc.

Closes: #1177 and closes #1394
  • Loading branch information
alan-agius4 committed Sep 3, 2019
1 parent 7e96bd2 commit 9c80f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/flatten/uglify.ts
Expand Up @@ -22,7 +22,7 @@ export async function minifyJsFile(inputPath: string, outputPath?: string): Prom
ecma: 5,
bare_returns: true,
},
warnings: true,
warnings: false,
output: {
comments: 'some',
},
Expand Down

0 comments on commit 9c80f62

Please sign in to comment.