jellyfin-vue icon indicating copy to clipboard operation
jellyfin-vue copied to clipboard

Allow dupeplicate imports

Open Alexk2309 opened this issue 5 months ago • 3 comments

I encountered an issue during development where the system was treating the 'vue-router/auto-routes' imports as if they were part of the main 'vue-router' library. As a result, every time I saved the file, it would incorrectly try to merge those imports together, which was clearly not the intended behavior.

These changes should prevent the issues.

Alexk2309 avatar Jun 16 '25 12:06 Alexk2309

Cloudflare Pages deployment

Latest commit 825c933
Status ✅ Deployed!
Preview URL https://001b2217.jf-vue.pages.dev
Preview alias https://change-eslint-config-dupe-im.jf-vue.pages.dev
Type 🔀 Preview

View build logs

jellyfin-bot avatar Jun 16 '25 12:06 jellyfin-bot

I'm not a fan of this - it's a quick workaround, yes, but why not report this issue upstream? Are you interested in making a quick playground on Stackblitz and opening the issue?

EDIT: It seems it exists already EDIT 2: It seems this one is even a better fit. I don't understand why maintainers thing is an expected outcome though, package.json from vue-router is worth investigating I guess.

ferferga avatar Jun 17 '25 10:06 ferferga