We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b21c0e8 commit cf53613Copy full SHA for cf53613
packages/react-scripts/scripts/start.js
@@ -195,6 +195,8 @@ function addMiddleware(devServer) {
195
196
function runDevServer(host, port, protocol) {
197
var devServer = new WebpackDevServer(compiler, {
198
+ // Enable gzip compression of generated files.
199
+ compress: true,
200
// Silence WebpackDevServer's own logs since they're generally not useful.
201
// It will still show compile warnings and errors with this setting.
202
clientLogLevel: 'none',
0 commit comments