From 0361ef3b88fea4eb3269e596b8c5d0bdc6e4f98e Mon Sep 17 00:00:00 2001 From: ZSkycat Date: Thu, 21 Jun 2018 08:22:28 +0800 Subject: [PATCH] [webpack-hot-client] fix lint error --- types/webpack-hot-client/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[]; } }