Setting up bundle renderer
So now we've got our server entry file and that's probably still not very transparent
to you yet, but what it's basically doing is it's creating a Webpack bundle that is
going to be suitable to run through our bundle renderer, so that's what we need to do and
that's sort of the final step.
So coming back over to our code, you'll see here that in the last video we required this
Webpack server compiler and then that outputs this Webpack bundle which is great, right?
Click to load comments...