File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module.exports = {
11
11
// ...
12
12
devServer: {
13
13
client: {
14
- reconect : false ,
14
+ reconnect : false ,
15
15
},
16
16
},
17
17
};
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module.exports = {
11
11
// ...
12
12
devServer: {
13
13
client: {
14
- reconect : 2 ,
14
+ reconnect : 2 ,
15
15
},
16
16
},
17
17
};
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module.exports = {
11
11
// ...
12
12
devServer: {
13
13
client: {
14
- reconect : true ,
14
+ reconnect : true ,
15
15
},
16
16
},
17
17
};
Original file line number Diff line number Diff line change 3
3
Website gzip compression makes it possible to reduce the file size of a file
4
4
to roughly 30% of its original size before the files are sent to the browser.
5
5
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 ` .
7
7
8
8
## false
9
9
You can’t perform that action at this time.
0 commit comments