Hugues Verlin

Results 45 comments of Hugues Verlin

@JSerFeng Is there a way to let rspack know that they should ignore a given `import`? ```ts async function getModule(code) { function encode(code) { return Buffer.from(code).toString('base64'); } const importStatement =...

Adding a few more details here. I did not manage to reproduce it yet. If I try to use mocha standalone, it works. I only get a few warnings like...

Thanks for your answers. The bug is still happening with the latest version (rsbuild 1.0.1). It seems to be an incremental build issue indeed. After disabling the cache with `rsbuildConfig.tools.rspack.cache...

I can still reproduce it with the latest version (`rsbuild 1.0.7`). Here is the error message I get if I reload before the second compilation completes: ``` Panic occurred at...