[webpack-hot-client] fix lint error

This commit is contained in:
ZSkycat
2018-06-21 08:22:28 +08:00
parent 6f1b1f707b
commit 0361ef3b88

View File

@@ -49,6 +49,6 @@ declare namespace WebpackHotClient {
/** Webpack stats configuration */
stats?: webpack.Options.Stats;
/** Webpack compile target */
validTargets?: string[],
validTargets?: string[];
}
}