From 76e34f093d2134d2462567a5496c332796601c5d Mon Sep 17 00:00:00 2001 From: Huzaifa Al Mesbah Date: Fri, 24 Apr 2026 18:04:15 +0600 Subject: [PATCH] fix: remove stale compiled dataPaths.js artifact (#1541) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit 98c5b250 accidentally re-added a compiled CJS output alongside the TypeScript source after the JS→TS migration (9739f413). Webpack resolved the .js file instead of .ts, and ESM interop failed to map the CJS named exports at runtime — crashing the dev server with "resolveDataDir is not a function". Fixes #1539 Co-authored-by: Claude Sonnet 4.6