feat(cli): bump webpack-dev-server v4 (#9292)
* feat(cli): bump webpack-dev-server v4 * fix: deps
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user