gpt4 book ai didi

webpack - 类型错误 : webpackManifestPlugin is not a constructor

转载 作者:行者123 更新时间:2023-12-04 11:42:46 49 4
gpt4 key购买 nike

升级 webpack 后,我的构建脚本失败并出现以下错误:

TypeError: webpackManifestPlugin is not a constructor


查看作为此错误来源的配置文件,我无法弄清楚出了什么问题 - 我在调用它之前确实声明了它:
const { webpackManifestPlugin } = require('webpack-manifest-plugin');
.....
new webpackManifestPlugin({...})
有什么问题?

最佳答案

看起来您从包中导入了错误的命名导出。正确的是WebpackManifestPlugin不是 webpackManifestPlugin

const { WebpackManifestPlugin } = require('webpack-manifest-plugin');

关于webpack - 类型错误 : webpackManifestPlugin is not a constructor,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65735380/

49 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com