File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ npx webpack serve --open --compress
29
29
1 . The script should open ` http://localhost:8080/ ` .
30
30
2 . Files being sent to the browser from the ` webpack ` bundle should be gzipped.
31
31
3 . Open the console in your browser's devtools and select the _ Network_ tab.
32
- 4 . Find ` bundle .js` . The response headers should contain ` Content-Encoding: gzip ` .
32
+ 4 . Find ` main .js` . The response headers should contain ` Content-Encoding: gzip ` .
33
33
34
34
## false
35
35
@@ -55,7 +55,7 @@ npx webpack serve --open --no-compress
55
55
1 . The script should open ` http://localhost:8080/ ` .
56
56
2 . Files being sent to the browser from the ` webpack ` bundle should be gzipped.
57
57
3 . Open the console in your browser's devtools and select the _ Network_ tab.
58
- 4 . Find ` bundle .js` . The response headers should not contain ` Content-Encoding: gzip ` .
58
+ 4 . Find ` main .js` . The response headers should not contain ` Content-Encoding: gzip ` .
59
59
60
60
## Notes
61
61
You can’t perform that action at this time.
0 commit comments