We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c2b2ca commit 7c13cc5Copy full SHA for 7c13cc5
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