use @types/webpack-dev-server v4
Created by: sqs
- Adds types to the configuration in 2 places.
- Rearranges args in call to
new WebpackDevServer
per deprecation warning from new types. - Removes unneeded (and removed)
firewall
option. (This was renamed toallowedHosts
, but the default is no firewall.)