Wu Xiaoyun
Wu Xiaoyun
> Has this issue been resolved? Can I give it a try? It is not resolved. One potential improvement is that Rspack should show plugin name on error. The miette...
Here is the bug reproduction in case anyone is interested in addressing this: https://github.com/wxiaoyun/tauri-ios-fs-bug-reproduction
Here is the bug reproduction in case anyone is interested in addressing this: https://github.com/wxiaoyun/tauri-ios-fs-bug-reproduction
> Have you solved this problem? [@wxiaoyun](https://github.com/wxiaoyun) I did not, currently I am not using the dialog plugin to save files. Just using plugin-fs directly. Apologies for the lack of...
> Oh, I think it is an issue related to mdx-rs, see [web-infra-dev/mdx-rs#48](https://github.com/web-infra-dev/mdx-rs/issues/48) > > You can just add a `\n` like to fix this issue temporarily.  Got it,...
I will work on src/stats/StatsFactory.ts @shulaoda
Thanks for leaving utils/webpack Please let me work on it ❤️
I will work on `src/node/nodeConsole.ts` as well :heart:
If you are trying to append and access additional information to AssetInfo object across compilation stages, please use `compilation.updateAsset` to update `assetInfo`, `compilation.getAsset` or `compilation.getAssets` to retrieve `assetInfo`. These getters...