Cédric Tessier
Results
1
comments of
Cédric Tessier
There's indeed a regression in 6.2.0. The plugin list is cleared after the header config is parsed. This patch seems enough to fix the issue. ```diff diff --git a/src/config.ts b/src/config.ts...