Webpack packing problem reported error

what is the reason for this error when webpack is packaged? clipboard.png

Mar.09,2021

there are plug-ins that do not support webpack4,. Take a look at your package.json, update plugin to see if it is (clean-webpack-plugin)

.
npm install --save-dev ***-plugin@next 
Menu