Wu Xiaoyun

Results 12 comments of 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. ![image](https://private-user-images.githubusercontent.com/50201324/343007142-1ee2be06-ff2b-47d0-91ea-a6cfc17c5892.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTkzNzY1MDAsIm5iZiI6MTcxOTM3NjIwMCwicGF0aCI6Ii81MDIwMTMyNC8zNDMwMDcxNDItMWVlMmJlMDYtZmYyYi00N2QwLTkxZWEtYTZjZmMxN2M1ODkyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA2MjYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNjI2VDA0MzAwMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWE1MjhhZjQ5ZjMzOWFkYzRkZjhlODk1YWY0YzMzNWZhODcwNGQ0YjM3NjZjNmYwN2RiNTM5YTUzNjY0Yzc4MTQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.NrPQ1_0IhqKKTki7-w7vyQrkFC_a7LjOC-11fHapez8) 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...