preact-cli
preact-cli copied to clipboard
😺 Your next Preact PWA starts in 30 seconds.
**What is the current behaviour?** When running `preact build` (but not `preact watch`), `padding` or `margin` selectors with `vh` fallback units are removed from CSS module styles. Oddly enough, they...
**What kind of change does this PR introduce?** Refactor **Did you add tests for your changes?** Adjusted one, yes. Larger test changes were extracted to #1738 because this diff was...
v4
**Summary** Closes #1551, #1579, #1643 Tracking for eventual major version increase Any review should probably been done by stepping through individual PRs that have been merged in. A lot of...
**Do you want to request a _feature_ or report a _bug_?** Maybe a bug... **What is the current behaviour?** After upgrading `preact-cli` to v3.0.4 I'm getting the error below, after...
**Do you want to request a *feature* or report a *bug*?** _A very nitpicky_ Feature **What is the current behaviour?** preact-cli and its given templates seem to favour `manifest.json` over...
**What is the current behaviour?** I'm working on a project that uses Firebase v9 and I'm getting an error when I run `npm run build`: ``` × ERROR Template execution...
**What kind of change does this PR introduce?** chores **Did you add tests for your changes?** Existing cover **Summary** Just cleaning up some things that have been on my mind...
- [ ] Check if updating to the latest Preact version resolves the issue **Describe the bug** Uncaught TypeError: Cannot read properties of null (reading 'type') at getPreviousSibling (async.js?7a7b:8:1) at...
**What is the current behaviour?** Currently, source files map to build artefacts as following: 1. src/template.html -> /index.html 2. src/manifest.json -> /manifest.json 3. src/*.(js|css) -> /bundleZZZ.* 4. src/assets/** -> /assets/...
Note: I know that all this would apply more to WMR by now, but the documentation is not as helpful regarding providing a list of URLs like here. Note 2:...