Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed May 4, 2018
1 parent f7b2008 commit 77775ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin/webpack/src/WebpackPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export default class WebpackPlugin extends PluginBase<WebpackPluginConfig> {
} as any);
const app = express();
app.use(server);
app.use(webpackHotMiddleware(compiler))
app.use(webpackHotMiddleware(compiler));
app.listen(BASE_PORT + index);
index += 1;
}
Expand Down

0 comments on commit 77775ea

Please sign in to comment.