const { CleanWebpackPlugin } = require('clean-webpack-plugin') plugins: [ new CleanWebpackPlugin() ] throw err; Cannot read properties of undefined (reading 'emit') at CleanWebpackPlugin.apply
const { CleanWebpackPlugin } = require('clean-webpack-plugin')
plugins: [
new CleanWebpackPlugin()
]
throw err;
Cannot read properties of undefined (reading 'emit')
at CleanWebpackPlugin.apply