Patch Changes
- Skip malformed redirect regex rules instead of failing the entire redirect chain. (6f494d7)
- [Non breaking] Refactor config and some component logic to be framework reusable (a453633)
- Fix build failure when
disableCodeGeneration: trueby writing empty import maps during codegen and defaultingloadImportMaptonoopLoadImportMapwhen the prop is omitted. (13f41bd) - Export
FieldMetadataso apps can access component field metadata from the Next.js SDK package. (081959d)