diff --git a/types/webpack-hot-client/index.d.ts b/types/webpack-hot-client/index.d.ts index ae0d91390a..9b4e2444cf 100644 --- a/types/webpack-hot-client/index.d.ts +++ b/types/webpack-hot-client/index.d.ts @@ -49,6 +49,6 @@ declare namespace WebpackHotClient { /** Webpack stats configuration */ stats?: webpack.Options.Stats; /** Webpack compile target */ - validTargets?: string[], + validTargets?: string[]; } }