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 85b887d commit 5c036d1Copy full SHA for 5c036d1
packages/react-scripts/scripts/start.js
@@ -197,6 +197,8 @@ function addMiddleware(devServer) {
197
198
function runDevServer(host, port, protocol) {
199
var devServer = new WebpackDevServer(compiler, {
200
+ // Enable gzip compression of generated files.
201
+ compress: true,
202
// Silence WebpackDevServer's own logs since they're generally not useful.
203
// It will still show compile warnings and errors with this setting.
204
clientLogLevel: 'none',
0 commit comments