我在我们的项目中使用 DllPlugin 和 DllReferencePlugin,第一次构建时一切正常。这意味着 DLL 运行良好。但是说到HMR,生成的hot-update.js里面填的是:
var e = new Error(\"Cannot find module \\\"dll-reference vendor_2fbac64ff6173d91e522\\\"\")
在控制台中,它说:[HMR] Cannot check for update (Full reload needed)
我正在使用 webpack 3.4.1,一个带有 webpackHotMiddleware@2.15.0 的 webpack 编译器,有人在同时使用 HMR 和 DLL 时遇到问题吗?