python-webpack-loader
python-webpack-loader copied to clipboard
No data on failure
Hi -- Thanks for the project.
When a transcrypt error occurs (like a syntax error), it gives me the message asking if I need to install transcrypt, but it doesn't give the information about the error. I tried running webpack with --verbose
, but that didn't show the error either.
Am I missing a switch somewhere?
If I modify the code and add this after the Some error occurred...
message, I do see the issue:
console.error(data)
Rather than forking and adding this, I figured I'd ask first to see if I was missing something.