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 @@ -95,7 +95,7 @@ module.exports = (env, argv) => {
9595 filename : '[path][base].gz' ,
9696 algorithm : 'gzip' ,
9797 test : / \. j s $ | \. t s $ | \. c s s $ | \. h t m l $ / ,
98- exclude : / c o n s t e l l a t i o n - c o r e .* .j s | b o o t s t r a p - s h e l l .j s | 5 3 1 .* .j s / ,
98+ exclude : / c o n s t e l l a t i o n - c o r e .* .j s | b o o t s t r a p - s h e l l .j s | l i b p h o n e n u m b e r .* .j s / ,
9999 threshold : 10240 ,
100100 minRatio : 0.8
101101 } )
@@ -105,7 +105,7 @@ module.exports = (env, argv) => {
105105 filename : '[path][base].br' ,
106106 algorithm : 'brotliCompress' ,
107107 test : / \. ( j s | t s | c s s | h t m l | s v g ) $ / ,
108- exclude : / c o n s t e l l a t i o n - c o r e .* .j s | b o o t s t r a p - s h e l l .j s | 5 3 1 .* .j s / ,
108+ exclude : / c o n s t e l l a t i o n - c o r e .* .j s | b o o t s t r a p - s h e l l .j s | l i b p h o n e n u m b e r .* .j s / ,
109109 compressionOptions : {
110110 params : {
111111 [ zlib . constants . BROTLI_PARAM_QUALITY ] : 11
You can’t perform that action at this time.
0 commit comments