Skip to content

Commit 192c64e

Browse files
committed
Merge pull request shakacode#118 from rstudner/finalize_0.14_support
We need this as well for proper 0.14 server support.
2 parents 7c6c30b + fd785cd commit 192c64e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/webpack.server.rails.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ module.exports = {
2727

2828
// React is necessary for the client rendering:
2929
{test: require.resolve('react'), loader: 'expose?React'},
30+
{test: require.resolve('react-dom/server'), loader: 'expose?ReactDOMServer'},
3031
],
3132
},
3233
};

0 commit comments

Comments
 (0)