Stephen Crane
Stephen Crane
### Describe the bug running transform from @swc/core and webpack swc-loader doesn't seem to pickup the typescript jsc.parser syntax defined in the .swcrc file. if i take the same jsc.parser...
Noticed that this webpack loader takes ~20/30s longer to build in my project then this loader: https://www.npmjs.com/package/swc-loader. this change makes the load time the same in my project when I...
Is there anyway to control swc's module.lazy flag with swc-node/register? I'm using that in my test suite and it saves time if I'm able to control it but haven't found...