Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

fix(vite): remove /@fs from external ids #6529

Merged
merged 1 commit into from
Aug 11, 2022
Merged

fix(vite): remove /@fs from external ids #6529

merged 1 commit into from
Aug 11, 2022

Conversation

pi0
Copy link
Member

@pi0 pi0 commented Aug 11, 2022

πŸ”— Linked issue

Resolves nuxt/nuxt#14541

❓ Type of change

  • πŸ“– Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

Regression might have appeared with #6355. When checking for external paths, @fs/ prefix should be omited as is a vite-specific prefix. Windows paths are still safe since with have pathToFileURL for generating import statements.

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@netlify
Copy link

netlify bot commented Aug 11, 2022

βœ… Deploy Preview for nuxt3-docs canceled.

Name Link
πŸ”¨ Latest commit fc2f2b1
πŸ” Latest deploy log https://app.netlify.com/sites/nuxt3-docs/deploys/62f538abf782a80008484f1f

@pi0 pi0 requested a review from danielroe August 11, 2022 17:15
@pi0 pi0 added the ❗ p4-important Priority 4: bugs that violate documented behavior, or significantly impact perf label Aug 11, 2022
@danielroe
Copy link
Member

Have you checked on a built, separate Windows project? (Not WSL?)

@pi0
Copy link
Member Author

pi0 commented Aug 11, 2022

I can double check on edge but should be fine as could see in code with wrapper.

@pi0 pi0 merged commit aaf4bcd into main Aug 11, 2022
@pi0 pi0 deleted the fix/vite-external-id branch August 11, 2022 17:39
@pi0 pi0 mentioned this pull request Aug 11, 2022
@danielroe danielroe added the 3.x label Jan 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
3.x ❗ p4-important Priority 4: bugs that violate documented behavior, or significantly impact perf
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cannot start nuxt RC7 in workspaces
3 participants