33const Path = require ( 'path' ) ;
44
55const Webpack = require ( 'webpack' ) ;
6- const { BundleComparisonPlugin } = require ( '@mixer/webpack-bundle-compare' ) ;
76
87
98module . exports = {
@@ -17,11 +16,6 @@ module.exports = {
1716 plugins : [
1817 new Webpack . DefinePlugin ( {
1918 Buffer : false
20- } ) ,
21- new BundleComparisonPlugin ( {
22- file : '../stats.msp.gz' ,
23- format : 'msgpack' ,
24- gzip : true ,
2519 } )
2620 ] ,
2721 module : {
@@ -46,16 +40,10 @@ module.exports = {
4640 ]
4741 ] ,
4842 plugins : [
49- '@babel/plugin-proposal-class-properties' ,
50- '@babel/plugin-proposal-optional-chaining' ,
51- '@babel/plugin-proposal-nullish-coalescing-operator' ,
43+ '@babel/plugin-proposal-class-properties'
5244 ]
5345 }
5446 }
55- } ,
56- {
57- test : / @ ( h a p i | s i d e w a y ) \/ / ,
58- sideEffects : false
5947 }
6048 ]
6149 } ,
@@ -66,8 +54,7 @@ module.exports = {
6654 [ Path . join ( __dirname , '../lib/manifest.js' ) ] : false ,
6755 [ Path . join ( __dirname , '../lib/trace.js' ) ] : false ,
6856 [ Path . join ( __dirname , '../lib/types/binary.js' ) ] : false ,
69- [ Path . join ( __dirname , '../node_modules/@hapi/tlds/esm/index.js' ) ] : false ,
70- [ Path . join ( __dirname , '../node_modules/@hapi/address/esm/decode.js' ) ] : false ,
57+ [ Path . join ( __dirname , '../node_modules/@sideway/address/lib/tlds.js' ) ] : false ,
7158 } ,
7259 fallback : {
7360 url : false ,
0 commit comments