Marekurbanowicz
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Poor performance with mid-size monorepo
Hi, I am long time user of WebStorm and love it so much.At the current company we're progressively moving to mono-repo which makes is great in terms of team development, but for some reasons, WebSt... -
Created TypeScript and Jest - debugger stops only on breakpoints in tests, never in source files
Hi, I am using TypeScript and Jest. I have no issue to get debugger stop on proper line in the test file, but I cannot get it stopped in the source files. This is my `jest.config.json`: ``` modul... -
Created How to get LiveEdit working with NodeJS app + Nodemon + PUG templates?
Hi, My debugger is working properly and that's not the issue. I am now doing a lot on frontend part with pure html and it would be really good to have live edit, but so far I have to refresh all th...