webpack-visualizer
webpack-visualizer copied to clipboard
Webpack 5 compatibiliy issue - compiler.plugin is not a function
compiler.plugin('emit', (compilation, callback)
is no more supported from webpack 5x, it throws a
compiler.plugin is not a function
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
Thanks @jonamat!! 👍
Thanks @jonamat !
Thanks @jonamat