clean-webpack-plugin icon indicating copy to clipboard operation
clean-webpack-plugin copied to clipboard

Cannot read properties of undefined (reading 'emit')

Open VN-VS opened this issue 3 years ago • 0 comments

const { CleanWebpackPlugin } = require('clean-webpack-plugin') plugins: [ new CleanWebpackPlugin() ]

throw err; Cannot read properties of undefined (reading 'emit') at CleanWebpackPlugin.apply

VN-VS avatar Jul 01 '22 02:07 VN-VS