Paul Sweeney

Results 78 comments of Paul Sweeney

Hmmm. Off the top of my head, although Nollup is written for browsers in mind, if the browsers API were polyfilled (ie. WebSocket), it could probably work. I've never attempted...

I'm a bit confused here, but if I'm understanding it correctly, it's impossible to have HMR work with completely external code. The reason why is because that code would not...

Hi @64BitDev, can you provide a reproduction? There's no check in the code for extensions, so could be something else happening here.

That's a TypeScript misconfiguration. By default it doesn't support JSX. This is because there's lots of ways JSX can be compiled. https://www.typescriptlang.org/docs/handbook/jsx.html So to get that example to work, you...

That just means it can't figure out what ```react``` means, it's unrelated to TypeScript. This is normal behaviour. By default Rollup/Nollup have no idea what these type of bare imports...

This seems like a reasonable thing that should be supported. I'll have a look into it. :)

No update on it. Been a very busy few months life-wise! 😅 Probably would have to replace `express-http-proxy` with something else or somehow manually take care of it. If anyone...

Interesting. I will have a look into it later this evening! :)

Was able to reproduce and created a sample test case with a few other variations. I have an idea on how to fix it, so should hopefully have a fix...

I was just looking into that when you wrote that! 😁 I have the test case passing at the moment using that (with auto-insertion of the semi-colon if missing). Will...