chrisbateman / webpack-visualizer

Visualize your Webpack bundle
http://chrisbateman.github.io/webpack-visualizer/
MIT License
1.69k stars 93 forks source link

Webpack 5 compatibiliy issue - compiler.plugin is not a function #71

Open jonamat opened 3 years ago

jonamat commented 3 years ago

compiler.plugin('emit', (compilation, callback) is no more supported from webpack 5x, it throws a compiler.plugin is not a function

jonamat commented 3 years ago

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

sghoweri commented 3 years ago

Thanks @jonamat!! 👍

HoneyBadgerSeeker commented 3 years ago

Thanks @jonamat !

lionelviv3 commented 2 years ago

Thanks @jonamat