嚴肅遊戲
                                            嚴肅遊戲
                                        
                                    OK,I will try to fix it.
我没用过类似的东西,可以详细讲下具体需求或者有实际演示效果吗
+1, I also facing this. It seems like [tauri-apps/tao](https://github.com/tauri-apps/tao) already setup functions like [acceptsFirstResponder](https://github.com/tauri-apps/tao/blob/01fc43b05ea41463d512c0e3497971edc543ac9d/src/platform_impl/macos/view.rs#L393) , but still have problems.
`vite-bundle-visualizer` is a wrapper of [rollup-plugin-visualizer](https://github.com/btd/rollup-plugin-visualizer), maybe you should issue at its repo, and it's better to help fix the problem if you provide a sample project.
It seems like only happen in [vitesse](https://github.com/antfu/vitesse) or `vite-ssg` project? Looking weird, I will try to figure it out.
[v0.10.0](https://www.npmjs.com/package/vite-bundle-visualizer/v/0.10.0) involves `--sourcemap` option, it will more accurate but result less detailed. 
> The sourcemap option is indeed less detailed, and also not more accurate, in my experience. E.g. I separated out a lodash chunk to test it, and the build (and...
It seems weird. Can you provide your monorepo directory structure and vite.config.ts? Or try use `npx vite-bundle-visualizer`?
> @KusStar I had the same issue using `npx`. > > The path to the vite app I tested `my-monorepo/src/mf/my-app/vite.config.ts` > > Excerpt of the error pointing to the vite...
Your project structure is complex. Can you provide a reproduce repo?