yarn nuxt 0.10.3
v0.10.3

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

Features

  • We can now specify the watchers options for chokidar and webpack via nuxt.config.js:
module.exports = {
  watchers: {
    chokidar: {
      usePolling: true
    },
    webpack: {
      aggregateTimeout: 1000,
      poll: 1000
    }
  }
}

Improvements

  • Show url after each build #443

Don't miss a new nuxt release

NewReleases is sending notifications on new releases.