Document Turbopack cumulative fixes tip

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Manohar Gupta 2026-05-11 01:29:55 +05:30
parent b8c03acd02
commit 049a496f7f

View file

@ -238,3 +238,5 @@ Some files may cause "Unterminated regexp literal" errors when building with Tur
2. The issue is in SWC parser - avoid patterns like `name: "TT/Td"` in arrays as the `/` can be interpreted as regex
3. Apply fixes one change at a time between builds - cumulative changes can confuse Turbopack's cache