nchanged

Results 98 comments of nchanged

@paxperscientiam could you fix the conflicts?

I would love to have something out of the box for react! Could you explain the problem and possible solutions ? I know there is react-hmr module that wraps the...

I hope you tried [v4](https://github.com/fuse-box/react-example/tree/v4) already. HMR module in `v4` is extremely flexible. Basically before making an HMR update, fusebox asks for the loaded [modules](https://github.com/fuse-box/fuse-box/blob/v4/src/hmr/attach_hmr.ts#L87) and then checks what needs...

@jeremy-coleman `sucrase ` is cool yes. But it doesn't support source maps, that's a big **NO** in development.

I will looking at this soon, since I am cooking react hooks too and the state reset annoys me a bunch

@dessalines I believe we need a custom transformer for v4. Our new version doesn't use TypeScript anymore.

As I said we transpile ts ourselves

Hi, I will get to implementing this feature this weekend, just to be clear we are not using typescript to transpile ts nor js code, we have a custom compiler....

@rizkyramadhan it should show the file name. Is it related to the private class members?

@rizkyramadhan should be fixed in `4.0.0-next.440`