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