Hi,
I am very interested in this project and wanted to check out whether your dev server allows react-loadable to be used with only one webpack compilation pass (by deferring the server until the client is ready).
Unfortunately I can't start the server (with yarn run build && yarn run start), it fails with:
ERROR in multi ./server/render.tsx
Module not found: Error: Can't resolve './server/render.tsx' in '.../Sources/github/react-typescript-ssr-boilerplate/build'
@ multi ./server/render.tsx
Hi,
I am very interested in this project and wanted to check out whether your dev server allows
react-loadableto be used with only one webpack compilation pass (by deferring the server until the client is ready).Unfortunately I can't start the server (with
yarn run build && yarn run start), it fails with: