types(cli): fix WebpackConfig type
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import type Webpack from 'webpack';
|
||||
import type WebpackDevServer from 'webpack-dev-server';
|
||||
|
||||
export type WebpackConfig = Webpack.Configuration & {
|
||||
devServer?: WebpackDevServer.Configuration;
|
||||
};
|
||||
Reference in New Issue
Block a user