Skip to content

Commit

Permalink
fixed bug in previous commit. oops.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomoya32 committed Aug 27, 2015
1 parent 28b5deb commit 15efc0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack/webpack-dev-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var WebpackDevServer = require('webpack-dev-server'),
headers: {"Access-Control-Allow-Origin": "*"},
stats: {colors: true}
},
webpackDevServer = new WebpackDevServer(compiler, serverOptions);
webpackDevServer = new WebpackDevServer(webpack(config), serverOptions);

webpackDevServer.listen(port, host, function() {
console.info('==> 🚧 Webpack development server listening on %s:%s', host, port);
Expand Down

0 comments on commit 15efc0d

Please sign in to comment.