-
When trying to set up my Jest Preact tests like shown on the [Preact website](https://preactjs.com/guide/v10/unit-testing-with-enzyme/):
```typescript
import Enzyme from "enzyme";
import Adapter …
-
With the `list` command you can list all official templates, but currently it's output has `null` for the description of the `widget` template:
```sh
$ preact list
i INFO Available official te…
-
Every time I type `num run watch`, it starts watching the source files but it also opens the `src` directory in a new instance of my editor, which is Webstorm. It also opens `./node_modules/typed-css…
-
### Reproduction
I'm trying to build a nextjs project that is using react + preact along with react-transition-group.
Running in dev mode works. Building the project fails though given …
-
It appears preact-cli has switched from ExtractTextPlugin to MiniCssExtractPlugin in newer releases for extracting the build's CSS into a separate file, which obviously causes this in the `preact.conf…
-
Could be [ADRs ](https://adr.github.io/) but simple explanation documents are probably sufficient.
Docs should be stripped when starting a new project using scaffold-cli.
Categories
- Scaffold…
-
Personally, I love the idea `remark-prettier`.
Because even with https://github.com/remarkjs/remark-preset-prettier, `remark-stringify`'s default or few custom formatting can still change the input…
-
I want to add a bootstrap to the html template, but when I try it webpack yields an error:
**✖ ERROR Template execution failed: ReferenceError: preact is not defined**
# Steps to reproduce
1. In…
-
**What is the current behaviour?**
> TypeError: this.getOptions is not a function
Trying to use `sass` in the default project generated by preact-cli, but I keep getting this error.
**Steps to Re…
-
Generating a fresh project using the CLI with this template the build and development server are extremely slow. Building takes more than two minutes, the same for starting the dev server. This is not…