revathskumar / react-server-render

React Server side rendering demo
http://crypt.codemancers.com/posts/2016-09-16-react-server-side-rendering/
MIT License
155 stars 43 forks source link

how pack the server file with webpack #4

Closed xwchris closed 7 years ago

xwchris commented 7 years ago

I wanna pack the server file with webpack, but beacase the routes.js import the Container, then it will have some error after I run the bundle.server.js, how can I do it?