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  阅读(378)  评论(0编辑  收藏  举报