File tree Expand file tree Collapse file tree 3 files changed +1158
-1215
lines changed Expand file tree Collapse file tree 3 files changed +1158
-1215
lines changed Original file line number Diff line number Diff line change 88 "core-js" : " ^3.6.5" ,
99 "eventemitter3" : " ^4.0.3" ,
1010 "grapheme-splitter" : " ^1.0.4" ,
11- "iconv-lite" : " ^0.5.0 " ,
11+ "iconv-lite" : " ^0.6.2 " ,
1212 "isomorphic-textencoder" : " ^1.0.1" ,
1313 "lodash" : " ^4.17.15" ,
1414 "middleware-handler" : " ^0.2.0" ,
2222 "brotli-webpack-plugin" : " ^1.1.0" ,
2323 "chai" : " ^4.2.0" ,
2424 "chai-subset" : " ^1.2.0" ,
25- "compression-webpack-plugin" : " ^3 .0.1 " ,
25+ "compression-webpack-plugin" : " ^4 .0.0 " ,
2626 "eslint" : " ^7.0.0" ,
2727 "eslint-config-standard" : " ^14.1.1" ,
2828 "eslint-plugin-import" : " ^2.20.2" ,
2929 "eslint-plugin-node" : " ^11.1.0" ,
3030 "eslint-plugin-promise" : " ^4.2.1" ,
3131 "eslint-plugin-standard" : " ^4.0.1" ,
3232 "iltorb" : " ^2.4.4" ,
33- "mocha" : " ^7.1.2 " ,
33+ "mocha" : " ^8.0.1 " ,
3434 "nyc" : " ^15.0.1" ,
3535 "shx" : " ^0.3.2" ,
3636 "sinon" : " ^9.0.2" ,
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ module.exports = {
2020 } ,
2121 plugins : [
2222 new CompressionPlugin ( {
23+ cache : false ,
2324 test : shouldCompress ,
2425 } ) ,
2526 new BrotliPlugin ( {
You can’t perform that action at this time.
0 commit comments