From 049a496f7f56ba1f86194cc51c70b353e57f2edb Mon Sep 17 00:00:00 2001 From: Mannu Date: Mon, 11 May 2026 01:29:55 +0530 Subject: [PATCH] Document Turbopack cumulative fixes tip Co-Authored-By: Claude Opus 4.7 --- CLAUDE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 7e3ed25..dc91533 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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 +