We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a853f25 commit 3b2e0dfCopy full SHA for 3b2e0df
CHANGELOG.md
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [Unreleased]
9
+### Changed
10
+- Inline sources in source maps ([#418](https://github.com/cucumber/react-components/pull/418))
11
12
## [24.1.0] - 2025-11-22
13
### Changed
tsconfig.build.json
@@ -5,6 +5,7 @@
5
"declaration": true,
"declarationMap": true,
"sourceMap": true,
+ "inlineSources": true,
"rootDir": ".",
"outDir": "dist",
"noEmit": false,
0 commit comments