Skip to content

Commit

Permalink
fix(terser): remove ngDevMode & ngI18nClosureMode global_defs from de…
Browse files Browse the repository at this point in the history
…fault terser config

Now that angular/angular#33865 has landed and ng_rollup_bundle within the angular repo has its own terser config this layering violation can be fixed.
  • Loading branch information
gregmagolan authored and alexeagle committed Nov 22, 2019
1 parent 01079a3 commit 98c8dbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/terser/src/terser_config.default.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"compress": {
"global_defs": {"ngDevMode": false, "ngI18nClosureMode": false},
"keep_fnames": "bazel_no_debug",
"passes": 3,
"pure_getters": true,
Expand Down

0 comments on commit 98c8dbc

Please sign in to comment.