Jason Miller
Jason Miller
Chrome Match Pattern looks good, though I don't see anything about being able to use the values match by wildcards in the resulting URL?
@UbiquitousBear did you try without the custom aliases? There are four in your configuration right now, all of which are already included in preact-cli by default.
@UbiquitousBear Preact CLI includes aliases for `preact/compat` by default, and they are based on the version of preact your project has installed. You should never need to define them manually....
We are rewriting the typescript template to make it more like the default one. For now, it's likely good to use the default template and then change file extensions to...
In general that's not something I'd recommend doing since it will break module resolution and interop in other ways. If you just want a fix though, you can use `module-alias`...
I don't think Preact CLI version 3 includes HTTPS support?
@peabnuts123 are you running these apps on different ports? By default CLI runs on `:8080`, but you can do `PORT=8081 preact watch` to change to any other port.
There's no eject because preact-cli isn't a configuration, it's a command-line tool. CRA popularized the eject approach, but it's actually a really poor solution that results in folks having to...
Yeah this needs to be fixed there. It should skip print styles.