Skip to content

Commit 3b2e0df

Browse files
authored
Inline sources in source maps (#418)
1 parent a853f25 commit 3b2e0df

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
9+
### Changed
10+
- Inline sources in source maps ([#418](https://github.com/cucumber/react-components/pull/418))
911

1012
## [24.1.0] - 2025-11-22
1113
### Changed

tsconfig.build.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"declaration": true,
66
"declarationMap": true,
77
"sourceMap": true,
8+
"inlineSources": true,
89
"rootDir": ".",
910
"outDir": "dist",
1011
"noEmit": false,

0 commit comments

Comments
 (0)