Change8

node-fetch-server@0.12.0

Breaking Changes
📦 remixView on GitHub →
1 breaking🔧 1 symbols

Summary

This release switches the build tool from esbuild to tsc, resulting in a 'dist' directory that mirrors the 'src' directory structure.

⚠️ Breaking Changes

  • The internal file structure of the 'dist' directory has changed. It now mirrors the 'src' directory layout instead of being bundled/transformed by esbuild. This may break deep imports that relied on the previous esbuild output structure.

Migration Steps

  1. Update any import paths that reference specific files within the 'dist' folder to match the new directory structure mirroring 'src'.

🔧 Affected Symbols

dist