TypeError: CleanWebpackPlugin is not a constructor
Posted begin256
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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.
以上是关于TypeError: CleanWebpackPlugin is not a constructor的主要内容,如果未能解决你的问题,请参考以下文章
反应本机获取多标记[未处理的承诺拒绝:TypeError:TypeError:未定义不是对象(评估'this.state.markers.map
Django TypeError - TypeError: issubclass() arg 1 必须是一个类
pyspark:TypeError:'float'对象不可迭代
Python 3.8 TypeError: can't concat str to bytes - TypeError: a bytes-like object is required, not 's