nilptr
nilptr
请问在您实践中有没有出现正式部署 CSP 后,上报数量逐渐变少的情况?
Hi guys, I have been struggling to investigate the CI "Test Node 18" failure for 2 days. I feel I really need your help. I believe my implementation can pass...
yeah, I also suspect the performance regression, but cannot prove it. I'm afraid we cannot merge this PR now, because `compiler.inputFileSystem` has been set by default. https://github.com/web-infra-dev/rspack/blob/5ad5803a0990e4b153c2e9ece0e8933406f4d6cc/packages/rspack/src/rspack.ts#L53-L62 and https://github.com/web-infra-dev/rspack/blob/9e1205cd17937f624dc4dc4d419641f3b58afa9c/packages/rspack/src/node/NodeEnvironmentPlugin.ts#L49-L53 if...
I disabled `inputFileSystem` on the js side in this PR. I also created another branch and cherry-picked the refactor commits. maybe #8654 is exactly what you expect.
@watsonhaw5566 there are a few issues with your implementation. 1. `Error: Module not found: Can't resolve 'entry.js' in '/path/to/rspack-virtual-modules-addentry-demo'` your entry specifier `'entry.js'` doesn't start with `'/'`, `'./'` or `'../'`,...
> But now the question is the compilation.addEntry can't work on loader . **Don't call `compilation.addEntry` in the loader.** Loaders are meant for transforming source code, not for interacting with...
hihi @GiveMe-A-Name sorry for late reply. I was busy with my job, didn't check github. Actually, I started a new branch, and this branch is discard. Let me close this...