Skip to content

Commit 2d8c409

Browse files
Update CHANGELOG.md to document Webpack configuration fix
1 parent e20058e commit 2d8c409

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ Please follow the recommendations outlined at [keepachangelog.com](http://keepac
1818
### [Unreleased]
1919
Changes since the last non-beta release.
2020

21+
#### Fixed
22+
- Updated webpack configuration template to set `stream: false` in fallback configuration for both client and server webpack configs. [PR 1676](https://github.com/shakacode/react_on_rails/pull/1676) by [abanoubghadban](https://github.com/abanoubghadban).
23+
2124
### [14.1.0] - 2025-01-06
2225

2326
#### Fixed
@@ -864,7 +867,7 @@ No changes.
864867
- See [shakacode/react-webpack-rails-tutorial #287](https://github.com/shakacode/react-webpack-rails-tutorial/pull/287/files) for an upgrade example. The PR has a few comments on the upgrade.
865868

866869
Here is the addition to the generated config file:
867-
```ruby
870+
```
868871
# This configures the script to run to build the production assets by webpack. Set this to nil
869872
# if you don't want react_on_rails building this file for you.
870873
config.build_production_command = "npm run build:production"

0 commit comments

Comments
 (0)