Giacomo Gatelli
Giacomo Gatelli
I'm trying atl and ran into this problem too. I can always "fix" it by introducing a new error (e.g. removing an import). For some reason this causes the errors...
Ok I did a bit of investigation and realised it was a configuration problem, I'm going to post it in case anyone else did the same mistake. tl;dr [I was...
@winston01 not sure how useful it's going to be, but [here it is](https://gist.github.com/arthens/76209731af2fec5f9fe048e4c8a686e1)
I was surprised by the size of this bundle too, bugsnag is currently the second largest dependency we have after react-dom. Not sure how feasible it is because I don't...
I can confirm the issue, we are getting the same problem.
Just ran into this problem too
I ran into the same problem, and after spending a few hours on it I managed to get it works. In my case the problem was that `webpack-isomorphic-dev-middleware` uses `require-from-string`...