TypeError: CleanWebpackPlugin is not a constructor

solve method:

change

const CleanWebpackPlugin=require('clean-webpack-plugin')
to
const {CleanWebpackPlugin}=require('clean-webpack-plugin')
 
npm run build will be ok.
posted @ 2019-06-29 20:25  begin256  阅读(386)  评论(0)    收藏  举报