Skip to content

Commit 4cfc463

Browse files
authored
fix(serve): disable HMR (#1402)
1 parent 1a68ce6 commit 4cfc463

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

addon/ng2/tasks/serve-webpack.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ module.exports = Task.extend({
3030
contentBase: path.resolve(this.project.root, `./${CliConfig.fromProject().defaults.sourceDir}`),
3131
historyApiFallback: true,
3232
stats: webpackDevServerOutputOptions,
33-
inline: true,
34-
hot: true
33+
inline: true
3534
};
3635

3736
const serveMessage:string = chalk.green(`\n*\n*\n NG Live Development Server is running on http://localhost:${commandOptions.port}.\n*\n*`);

0 commit comments

Comments
 (0)