https://github.com/07akioni/rspack-panic-issue-reprod
https://github.com/07akioni/rspack-panic-issue-reprod
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/07akioni/rspack-panic-issue-reprod
- Owner: 07akioni
- Created: 2024-02-07T10:14:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-07T10:17:11.000Z (over 1 year ago)
- Last Synced: 2024-11-24T16:26:01.811Z (6 months 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.