What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Adds in an explicit babel compile step so that user-provided react components don't throw errors during server-side rendering.
What is the current behavior? (You can also link to an open issue here)
JSX syntax causes import errors during the SSR step.
What is the new behavior (if this is a feature change)?
SSR works properly, user components are compiled to a temporary folder during SSR.
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
No
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) Adds in an explicit babel compile step so that user-provided react components don't throw errors during server-side rendering.
What is the current behavior? (You can also link to an open issue here) JSX syntax causes import errors during the SSR step.
What is the new behavior (if this is a feature change)? SSR works properly, user components are compiled to a temporary folder during SSR.
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?) No