feat(cli): bump webpack-dev-server v4 (#9292)

* feat(cli): bump webpack-dev-server v4

* fix: deps
This commit is contained in:
neverland
2021-08-19 20:18:37 +08:00
committed by GitHub
parent 91aaddca3d
commit c67127541e
6 changed files with 309 additions and 774 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
import type Webpack from 'webpack';
import type WebpackDevServer from 'webpack-dev-server';
export type WebpackConfig = Webpack.Configuration & {
devServer?: WebpackDevServer.Configuration;
devServer?: any;
};