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 77e05d6 commit 519b703Copy full SHA for 519b703
examples/cli/compression/README.md
@@ -11,7 +11,7 @@ npm run webpack-dev-server -- --open --compress
11
12
## What should happen
13
14
-1. The script should open `https://localhost:8080/`.
+1. The script should open `http://localhost:8080/`.
15
2. Files being sent to the browser from the `webpack` bundle should be gzipped.
16
3. Open the console in your browser's devtools and select the _Network_ tab.
17
4. Find `bundle.js`. The response headers should contain `Content-Encoding: gzip`.
0 commit comments