Commit d5ee0c3
Alexey Ivanov
Refactor webpack configuration for dev server
The webpack configuration has been refactored for a more accurate typing. The interface 'ConfigurationDevServer' was renamed to 'WebpackDevServerConfiguration', and its 'devServer' property type has been updated from 'any' to 'DevServerConfiguration' from 'webpack-dev-server'. The variable 'config' now uses the updated interface 'WebpackDevServerConfiguration'.1 parent 7e431a5 commit d5ee0c3
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | | - | |
8 | | - | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | | - | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
0 commit comments