jellyfin-vue
jellyfin-vue copied to clipboard
Allow dupeplicate imports
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.
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 |
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
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.