File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module.exports = {
1111 // ...
1212 devServer: {
1313 client: {
14- reconect : false ,
14+ reconnect : false ,
1515 },
1616 },
1717};
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module.exports = {
1111 // ...
1212 devServer: {
1313 client: {
14- reconect : 2 ,
14+ reconnect : 2 ,
1515 },
1616 },
1717};
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module.exports = {
1111 // ...
1212 devServer: {
1313 client: {
14- reconect : true ,
14+ reconnect : true ,
1515 },
1616 },
1717};
Original file line number Diff line number Diff line change 33Website gzip compression makes it possible to reduce the file size of a file
44to roughly 30% of its original size before the files are sent to the browser.
55
6- It is enabled by default. To disable it set ` compresss ` option to ` false ` .
6+ It is enabled by default. To disable it set ` compress ` option to ` false ` .
77
88## false
99
You can’t perform that action at this time.
0 commit comments