`compiler.plugin('emit', (compilation, callback)` is no more supported from webpack 5x, it throws a `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