Static GitHub Issues

[2551] Cannot read property 'call' of undefined

prev: meta is not available in $route
next: This dependency was not found: ... To install it, you can run: npm install --save dgram

When I use the nuxt1.0.0 and the nuxt.config.js with extractCSS: true, if I start my project in env mode, it will log the Cannot read property 'call' of undefined in bowser console.

With my trying, I find it is OK if I set below

extractCSS: {
    allChunks: true
}

I think it may be a bug,so I report it. Think you.

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