diff --git a/addon/ng2/tasks/serve-webpack.ts b/addon/ng2/tasks/serve-webpack.ts index 277047af405a..f76e8acda18f 100644 --- a/addon/ng2/tasks/serve-webpack.ts +++ b/addon/ng2/tasks/serve-webpack.ts @@ -30,8 +30,7 @@ module.exports = Task.extend({ contentBase: path.resolve(this.project.root, `./${CliConfig.fromProject().defaults.sourceDir}`), historyApiFallback: true, stats: webpackDevServerOutputOptions, - inline: true, - hot: true + inline: true }; const serveMessage:string = chalk.green(`\n*\n*\n NG Live Development Server is running on http://localhost:${commandOptions.port}.\n*\n*`);