嚴肅遊戲
嚴肅遊戲
 Seems like the rust error was caused in WebContainer? On my local machine, it was fine  And by the way, [@vitejs/plugin-legacy](https://github.com/vitejs/vite/tree/main/packages/plugin-legacy) actually has problem to visualize bundle, i...
Can you provide a reproduce repo?
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 ```