Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/07akioni/rspack-panic-issue-reprod
https://github.com/07akioni/rspack-panic-issue-reprod
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/07akioni/rspack-panic-issue-reprod
- Owner: 07akioni
- Created: 2024-02-07T10:14:54.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-07T10:17:11.000Z (11 months ago)
- Last Synced: 2024-11-24T16:26:01.811Z (30 days ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.