Skip to content

v3.10.1

Compare
Choose a tag to compare
@pi0 pi0 released this 14 Feb 15:04
· 40 commits to main since this release
19c3aa0

compare changes

📁 Support .config/ dir

With this release, nuxi upgrades to the latest c12 version with support of .config/ dir for loading nuxt config (see config dir proposal for more info).

You can now alternatively use .config/nuxt.config.ts or .config/nuxt.ts to define your Nuxt configuration.

Make sure to renew the lock file or use npx nuxi upgrade --force to install the latest c12 version.

📦 Dependency upgrades

Bundled dependencies upgraded backporting various ecosystem fixes.

🩹 Fixes

  • Don't write .npmrc with shamefully-hoist=true anymore (#319)
  • Handle spaces in path at repo initialization (#300)
  • dev: Support .config/ dir and custom config extensions (#341)
  • add: Show description for template positional arg (#325)

❤️ Contributors