npm nuxt 1.0.0-rc6
v1.0.0-rc6

latest releases: 3.11.2, 3.11.1, 3.11.0...
6 years ago

Improvements

  • Use vue-meta to build meta tags for spa mode based on nuxt.config.js(39f431e)
  • Fix asyncData & fetch calls on spa mode with children (#1423)
  • Remove typings for TypeScript (fix #1419)
  • Fix problems with common chunk (7973d67)
  • Fix sass loader with indentedSyntax (#1436, b931dd4)

Features

  • Experimental webpack dll support to split vendor in a way that can drastically improve dev build time performance (d7fbe47)
    This option is disabled by default, you can enable by setting build.dll to true in nuxt.config.js for beta testing and reporting any possible issues with this feature (don't forget to git ignore .cache/)

Don't miss a new nuxt release

NewReleases is sending notifications on new releases.