Change8

route-pattern@0.15.0

Breaking Changes
📦 remix
1 breaking🔧 1 symbols

Summary

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

⚠️ Breaking Changes

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

Migration Steps

  1. Update any deep import paths that reference the 'dist' folder to match the new directory structure mirroring 'src'.
  2. If using the package as a dependency, ensure your build system handles the new module layout.

🔧 Affected Symbols

dist