We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b9b632 commit 9410e5aCopy full SHA for 9410e5a
packages/angular-cli/tasks/serve-webpack.ts
@@ -63,6 +63,7 @@ export default Task.extend({
63
stats: webpackDevServerOutputOptions,
64
inline: true,
65
proxy: proxyConfig,
66
+ compress: commandOptions.target === 'production',
67
watchOptions: {
68
poll: CliConfig.fromProject().config.defaults.poll
69
}
0 commit comments