Commit 433ccb3
fix: preserve both arguments of original before function (#23)
The `options.devServer.before` feature accepts two arguments. Unfortunately we're currently throwing one away. This fixes that.
https://webpack.js.org/configuration/dev-server/#devserver-before1 parent b87f3fc commit 433ccb3
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments