Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/07akioni/rspack-panic-issue-reprod


https://github.com/07akioni/rspack-panic-issue-reprod

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

# rspack-panic-issue-reprod

```
pnpm i
pnpm dev

# Then save main.tsx
```

Note:

You need to enable (just like current rspack.config.js):

```
experiments: {
rspackFuture: {
newTreeshaking: true,
},
},
```

to make it panic.