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.