mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 11:13:43 +03:00
31020e46d8
- Handle modules (via swcrc) - swc.bundle([conf1, conf2]) - Correct chunking
19 lines
399 B
Markdown
19 lines
399 B
Markdown
---
|
|
name: Crash report
|
|
about: Use this when swc panics
|
|
title: 'panic: '
|
|
labels: C-bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
1. Source code
|
|
|
|
2. `.swcrc` file
|
|
|
|
3. Error message gained from `swc --sync <input.js>`
|
|
(--sync is required to get panic message)
|
|
|
|
4. Backtrace
|
|
|
|
(You can get it by invoking swc by setting an environment varaible`SWC_DEBUG` to `1`, invoke swc like `SWC_DEBUG=1 npx swc foo.js` on linux / darwin) |