You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error that's only in the console is only half the fun.
Errors in console are way more valuable than what I get with redbox-react.
The plugin shows nothing valuable. Just red screen. Even prints nothing in console. How to make it show
line numbers and files?
I have some default react-hot-loader set up. I do not have redbox-react in my package.json so it is react-hot-loader or the plugin itself only that has wrong settings. How to enable it?
Or how to disable plugin if the issue cannot be fixed?
When I set `devtool: 'eval', as you recomed, I get line numbers and files but I loose source-maps! It is not an option at all.
The text was updated successfully, but these errors were encountered:
Errors in console are way more valuable than what I get with
redbox-react
.The plugin shows nothing valuable. Just red screen. Even prints nothing in console. How to make it show
line numbers and files?
I have some default
react-hot-loader
set up. I do not haveredbox-react
in mypackage.json
so it isreact-hot-loader
or the plugin itself only that has wrong settings. How to enable it?Or how to disable plugin if the issue cannot be fixed?
When I set `devtool: 'eval', as you recomed, I get line numbers and files but I loose source-maps! It is not an option at all.
The text was updated successfully, but these errors were encountered: