You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,9 @@ Please follow the recommendations outlined at [keepachangelog.com](http://keepac
18
18
### [Unreleased]
19
19
Changes since the last non-beta release.
20
20
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
+
21
24
### [14.1.0] - 2025-01-06
22
25
23
26
#### Fixed
@@ -864,7 +867,7 @@ No changes.
864
867
- 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.
865
868
866
869
Here is the addition to the generated config file:
867
-
```ruby
870
+
```
868
871
# This configures the script to run to build the production assets by webpack. Set this to nil
869
872
# if you don't want react_on_rails building this file for you.
870
873
config.build_production_command = "npm run build:production"
0 commit comments