
webpack DllPlugin xxx is not defined解决方法
造成这个错误主要有3个可能的原因: context上下文不一致 library和name 不一致 生成的dll文件没加入到html文件中 dll.config.js module.exports = { mode:production, output: { path:path.resolve(__dirname, ../dist), filename: [name].dll.js, library
造成这个错误主要有3个可能的原因: context上下文不一致 library和name 不一致 生成的dll文件没加入到html文件中 dll.config.js module.exports = { mode:production, output: { path:path.resolve(__dirname, ../dist), filename: [name].dll.js, library