共计 286 个字符,预计需要花费 1 分钟才能阅读完成。
React 我的项目 build 失败之 MiniCssExtractPlugin
React 我的项目,最新依赖 "mini-css-extract-plugin": "^2.5.0"
会导致我的项目 npm run build
失败:
node_modules/react-scripts/config/webpack.config.js:664
new MiniCssExtractPlugin({
^
TypeError: MiniCssExtractPlugin is not a constructor
解决方案:
npm i -D --save-exact mini-css-extract-plugin@2.4.5
正文完