diff --git a/scripts/start.js b/scripts/start.js
index 2032a526f387abe44ccfb6b84fd9053d5540e619..8753c34d68d7c1a476893c3e215eeb2675613462 100644
--- a/scripts/start.js
+++ b/scripts/start.js
@@ -147,7 +147,7 @@ new WebpackDevServer(compiler, {
   hot: true, // Note: only CSS is currently hot reloaded
   publicPath: config.output.publicPath,
   quiet: true
-}).listen(3000, 'localhost', function (err, result) {
+}).listen(3000, function (err, result) {
   if (err) {
     return console.log(err);
   }