Change8

@astrojs/netlify@8.1.0

📦 astroView on GitHub →
1 features🐛 1 fixes🔧 2 symbols

Summary

This release introduces an option to disable Edge Function emulation in the Netlify adapter during development to resolve filesystem access issues with certain packages. It also includes a fix for incorrect peer dependencies.

Migration Steps

  1. If encountering filesystem access errors with npm packages during `astro dev` when using the Netlify adapter, update the adapter configuration to set `devFeatures: { edgeFunctions: false }`.

✨ New Features

  • Added `edgeFunctions: false` option to `devFeatures` in the Netlify adapter to disable Edge Function emulation during `astro dev`, useful for packages that access the filesystem at initialization.

🐛 Bug Fixes

  • Fixed an issue where the `peerDependencies` field contained incorrect dependencies.

Affected Symbols