Static GitHub Issues

[1483] webpack dll: vue_xxx is not defined

prev: Multiple layouts?
next: nuxt 1.0.0 rc6 yarn dev error

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.

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1319">#c1319</a>)</em></sub></div>