From d00905d03c62ca297509b45b90fee5e2d0295e7b Mon Sep 17 00:00:00 2001 From: David Goss Date: Mon, 24 Nov 2025 17:36:47 +0000 Subject: [PATCH 1/2] Inline sources in source maps --- tsconfig.build.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.build.json b/tsconfig.build.json index 6766f527..7ae1c17c 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -5,6 +5,7 @@ "declaration": true, "declarationMap": true, "sourceMap": true, + "inlineSources": true, "rootDir": ".", "outDir": "dist", "noEmit": false, From 960b67438e7676558af36e81d03e2ddd15332d73 Mon Sep 17 00:00:00 2001 From: David Goss Date: Mon, 24 Nov 2025 17:38:56 +0000 Subject: [PATCH 2/2] update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 333ef8c5..2b3e0f77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +### Changed +- Inline sources in source maps ([#418](https://github.com/cucumber/react-components/pull/418)) ## [24.1.0] - 2025-11-22 ### Changed