Skip to content

v0.3.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@Atinux Atinux released this 10 Nov 18:36

Feature

  • Add _build and _renderer options to control the start of the renderer and the build process when instantiating Nuxt(options)

Fix

  • Dev server will render the correct routes when router.base is set
  • Fix webpack server config buildPath which was erased
  • Stop using path.join to join url paths (on Windows, will be joined by a \)