Zean Qin

Results 3 comments of Zean Qin

Babel 7 has switched to scoped packages, so the rumtime is avaialble under "@babel/rumtime", instead of 'babel-runtime' as in Babel v6. I think the developer would need to update the...

@leosdutra I had the exact same problem and solved it by removing the `scoped` attribute from the `` tag in the SFC. I initally had scoped style in the SFC...

> Hi there, > > The main issue here is that @nuxt/content is independent of Webpack, meaning that if you change anything in `content/` you can directly run `nuxt export`...