Skip to content

Commit 98c8dbc

Browse files
gregmagolanalexeagle
authored andcommitted
fix(terser): remove ngDevMode & ngI18nClosureMode global_defs from default 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.
1 parent 01079a3 commit 98c8dbc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/terser/src/terser_config.default.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"compress": {
3-
"global_defs": {"ngDevMode": false, "ngI18nClosureMode": false},
43
"keep_fnames": "bazel_no_debug",
54
"passes": 3,
65
"pure_getters": true,

0 commit comments

Comments
 (0)