I'm using Webpack 5 and along with the bundle.js file a bundle.js.LICENSE.txt file is created which is not needed, because https://github.com/codepunkt/webpack-license-plugin is used for this task.
Is there any way to configure Webpack to omit the creation of LICENSE.txt files?
I've searched the webpack docs, SO and several issues on GitHub but didn't find anything helpful.