Output seems kind of a mystery to me:
./node_modules/.bin/razzle start
WAIT Compiling...
✔ Client
Compiled successfully in 3.72s
✖ Server
Compiled with some errors in 16.78s
ℹ 「wds」: Project is running at http://localhost:3001/
ℹ 「wds」: webpack output is served from undefined
ℹ 「wds」: Content not from webpack is served from /code/@app/razzle
ℹ 「wds」: 404s will fallback to /index.html
✅ Server-side HMR Enabled!
🚀 started
Yeah, razzle eats the tracebacks.
Maybe add a --verbose cli option to razzle somehow
Maybe add a --verbose cli option to razzle somehow
Great idea.
Thank you for providing a lead to me. This will help me maybe hack a console.log into the source code, perhaps.
Found something else aswell:
https://github.com/facebook/create-react-app/blob/master/packages/react-dev-utils/formatWebpackMessages.js#L86
I've run into the exact same issue. @charlex have you found a solution?
Should be fixed in canary, remember to set verbose