webpack dll: vue_xxx is not defined
[issue link]Hi, guys!
Just tested dll: true with my project and got error on the client side
Uncaught ReferenceError: vue_2899c232629f18c7b81c is not defined
at Object.dll-reference vue_2899c232629f18c7b81c (external "vue_2899c232629f18c7b81c":1)
content of webpack:///external “vue_2899c232629f18c7b81c”
module.exports = vue_2899c232629f18c7b81c;
//////////////////
// WEBPACK FOOTER
// external "vue_2899c232629f18c7b81c"
// module id = dll-reference vue_2899c232629f18c7b81c
// module chunks = 14
Also, there are no errors on the server side.