You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
making it work with webpack compression plugin (NMFR#18)
Support webpack compression plugin
webpack compression plugin use the phase 'compilation.optimize-assets' so we should use the phase 'compilation.optimize-chunk-assets'
* using LastCallWebpackPlugin.PHASE.OPTIMIZE_CHUNK_ASSETS
* using LastCallWebpackPlugin.prototype.PHASE.OPTIMIZE_CHUNK_ASSETS
0 commit comments