Ryan Christian

Results 344 comments of Ryan Christian

Looks to have been fixed in #1152

While potentially compelling, this is unlikely to ever be built out / supported, so closing.

Going to close this out, this isn't going to be an officially supported thing. You can maybe bend the Webpack config into shape via `preact.config.js`, but I'd probably discourage it.

Can't reproduce, might've been a TS issue? Going to close out, feel free to reply with more info if it's still an issue.

PRs welcome, but I'd push people to use `preact-iso` instead.

@donmccurdy Separate issue please, if you can

There's no built-in/automatic solution for the moment, but you can, post-build, run Babel over your bundles to remove any erroneous modern features.

Fair enough, makes sense. Thanks for the consideration anyways!

May I ask why you need this? What's the use case?

There's nothing for the lib to correct, the peer dep on `node-fetch` allows any version to satisfy it: https://github.com/developit/jsdom-worker/blob/aaf2874b87b4ab6d6d3113cd816e510d447331d3/package.json#L73-L75 Use whichever version you'd like. It's up to you.