fix: remove stale compiled dataPaths.js artifact (#1541)

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 <noreply@anthropic.com>
This commit is contained in:
Huzaifa Al Mesbah
2026-04-24 18:04:15 +06:00
committed by GitHub
parent 4f6f97b369
commit 76e34f093d

Diff Content Not Available