Skip to content

Commit 6d568aa

Browse files
justin808claude
andcommitted
Point changelog entry at PR #87
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 3fa3fda commit 6d568aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this package will be documented in this file.
55
## [Unreleased]
66

77
### Changed
8-
- Ported the webpack RSC plugin from the vendored built JavaScript artifact (`src/react-server-dom-webpack/cjs/react-server-dom-webpack-plugin.js`) to first-class TypeScript source at `src/webpack/RSCWebpackPlugin.ts`, preserving full behavior parity (server manifest emission, CSS/JS chunk scanning, runtime-chunk filtering, dependency-type chunk-group manifest construction with eager-import fallback, duplicate-package runtime detection, and hot-update CSS exclusion). The `./WebpackPlugin`, `./WebpackLoader`, and `./RSCReferenceDiscoveryPlugin` exports are unchanged; the vendored plugin file remains in the package but is no longer used by any export path. ([#75])
8+
- Ported the webpack RSC plugin from the vendored built JavaScript artifact (`src/react-server-dom-webpack/cjs/react-server-dom-webpack-plugin.js`) to first-class TypeScript source at `src/webpack/RSCWebpackPlugin.ts`, preserving full behavior parity (server manifest emission, CSS/JS chunk scanning, runtime-chunk filtering, dependency-type chunk-group manifest construction with eager-import fallback, duplicate-package runtime detection, and hot-update CSS exclusion). The `./WebpackPlugin`, `./WebpackLoader`, and `./RSCReferenceDiscoveryPlugin` exports are unchanged; the vendored plugin file remains in the package but is no longer used by any export path. ([#87])
99

1010
## [19.0.5-rc.7] - 2026-06-09
1111

@@ -85,4 +85,4 @@ All notable changes to this package will be documented in this file.
8585
[19.0.5-rc.1]: https://github.com/shakacode/react_on_rails_rsc/releases/tag/19.0.5-rc.1
8686

8787
[#52]: https://github.com/shakacode/react_on_rails_rsc/pull/52
88-
[#75]: https://github.com/shakacode/react_on_rails_rsc/pull/75
88+
[#87]: https://github.com/shakacode/react_on_rails_rsc/pull/87

0 commit comments

Comments
 (0)