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
Since this project seems unmaintained, I published a new working fork of that, if you need it use npm i -D webpack-visualizer-plugin2
it works with webpack 5x
jonamat
changed the title
Webpack 5 compatibiliy issue
Webpack 5 compatibiliy issue - compiler.plugin is not a function
Nov 30, 2020
compiler.plugin('emit', (compilation, callback)
is no more supported from webpack 5x, it throws a
compiler.plugin is not a function
The text was updated successfully, but these errors were encountered: