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
To quote:
"In my webpack config I have the source-maps-loader but didn't exclude node_modules and this seemed to be causing the issue. Adding the exclude fixed it for me."
I am unable to reproduce this issue in the latest version of WebPack, so I will assume this issue is fixed. If someone is still experiencing issues let us know.
Hi, I really like this package but recently I ran into a problem in a TypeScript project:
Hot reloading does not work well. I don't have this problem for other packages like typeorm which also provides it's own type definitions.
For some reason it's traversing 2 directories up and then failing to find that file.
The text was updated successfully, but these errors were encountered: