Ryan Christian
Ryan Christian
That's certainly true. But with how fast builds are, even for large applications, I think this would just be an over complication. Besides, in the age of continuous deployment, the...
> I do agree that this can be considered an upstream issue—we could leave this to sirv. [Sirv is just an application for serving static files](https://github.com/lukeed/sirv), it has nothing to...
A user will be unable to use even simple stylesheet imports without wrapping in a window check with this system. Can we possibly improve the developer experience and find a...
While it's a little rough and probably needs a few PRs, that's essentially what the [Widget template](https://github.com/preactjs-templates/widget) is for. The `dist` command will bundle it into something that can be...
I can look into giving it a bit of help later, to get it up-to-date.
@thesobercoder I have created [a PR that gets the template back up-to-date](https://github.com/preactjs-templates/widget/pull/14). Check it out if you have a few minutes. Let me know if you notice any issues with...
As `build` is meant to create a production build (coming from the ReadMe), would it be better to instead add an option to the `watch` command in some capacity? Adding...
That certainly sounds great. Granted, I have absolutely no idea how much work that would be to add as I haven't even glanced at the source for prerendering, but it...
To this repo? Unless I'm mistaken, you can't merge a fork into a new branch on the fork's origin. If you want to merge into a branch rather than master...
@gabrielrtakeda A PR has been made and it's roughly usable if you're interested in trying it. It's been pretty much untouched since being opened though.