Change8

form-data-parser@0.14.0

Breaking Changes
📦 remixView on GitHub →
1 breaking1 features🔧 1 symbols

Summary

The build process has transitioned from esbuild to tsc, resulting in a 'dist' directory that now mirrors the original 'src' layout.

⚠️ Breaking Changes

  • The internal file structure of the 'dist' directory has changed to mirror the 'src' directory. Deep imports targeting specific files within 'dist' will likely break.

Migration Steps

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

✨ New Features

  • Switched build system from esbuild to tsc (TypeScript Compiler) for more consistent output mapping.

🔧 Affected Symbols

dist