8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a68ce6 commit 4cfc463Copy full SHA for 4cfc463
addon/ng2/tasks/serve-webpack.ts
@@ -30,8 +30,7 @@ module.exports = Task.extend({
30
contentBase: path.resolve(this.project.root, `./${CliConfig.fromProject().defaults.sourceDir}`),
31
historyApiFallback: true,
32
stats: webpackDevServerOutputOptions,
33
- inline: true,
34
- hot: true
+ inline: true
35
};
36
37
const serveMessage:string = chalk.green(`\n*\n*\n NG Live Development Server is running on http://localhost:${commandOptions.port}.\n*\n*`);
0 commit comments