Commit e16267c
committed
Add React 19 webpack config to Pro dummy app
Missing conditionNames configuration was causing Pro dummy tests to fail.
The Pro dummy uses Node renderer and needs the React 19 webpack setup.
Fixes CI failures in:
- examples (3.4, latest)
- examples (3.2, minimum)
- dummy-app-integration-tests1 parent 1bbdd06 commit e16267c
File tree
1 file changed
+11
-1
lines changed- react_on_rails_pro/spec/dummy/config/webpack
1 file changed
+11
-1
lines changedLines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
126 | 136 | | |
127 | 137 | | |
128 | 138 | | |
| |||
0 commit comments