嚴肅遊戲

Results 15 comments of 嚴肅遊戲

![image](https://github.com/KusStar/vite-bundle-visualizer/assets/21271495/6655bc8b-14b6-4c38-8ab8-b9ff048aa61c) Seems like the rust error was caused in WebContainer? On my local machine, it was fine ![image](https://github.com/KusStar/vite-bundle-visualizer/assets/21271495/f8cdafe0-53cc-4be8-bdda-aa25ed9ce878) And by the way, [@vitejs/plugin-legacy](https://github.com/vitejs/vite/tree/main/packages/plugin-legacy) actually has problem to visualize bundle, i...

Could you please supply a demo project with Yarn PnP? Additionally, what Yarn version are you using? Maybe some version of Yarn PnP don't support ESM.

> It seems to be related to these issues: [sheerlox/import-from-esm#80](https://github.com/sheerlox/import-from-esm/issues/80) -> [wooorm/import-meta-resolve#10](https://github.com/wooorm/import-meta-resolve/issues/10) Thanks for pointing out the solution, but the `[email protected]` is unstable, so maybe it was not a good...

Try use `-o` arg to specify the output file ```sh # output stats.html in cwd npx vite-bundle-visualizer -o ./stats.html ```