Commit 0498768
committed
fix(@angular-devkit/build-angular): disable dev-server response compression
Compression isn't particular useful during development, also in version 13 we disable this completely due to timeouts issues which it causes.
This backports this change which also addresses another issues as described here #21720
Closes #217201 parent 367fce2 commit 0498768
File tree
1 file changed
+3
-4
lines changed- packages/angular_devkit/build_angular/src/webpack/configs
1 file changed
+3
-4
lines changedLines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
| 46 | + | |
| 47 | + | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
| |||
109 | 108 | | |
110 | 109 | | |
111 | 110 | | |
112 | | - | |
| 111 | + | |
113 | 112 | | |
114 | 113 | | |
115 | 114 | | |
| |||
0 commit comments