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

fix(vite): write dev manifest before spa build #7380

Merged
merged 2 commits into from
Sep 9, 2022
Merged

fix(vite): write dev manifest before spa build #7380

merged 2 commits into from
Sep 9, 2022

Conversation

danielroe
Copy link
Member

πŸ”— Linked issue

resolves nuxt/nuxt#14861

❓ 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

We were omitting building client-manifest due to a regression from #7264.

πŸ“ Checklist

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

@danielroe danielroe added bug Something isn't working vite ❗ p4-important Priority 4: bugs that violate documented behavior, or significantly impact perf labels Sep 9, 2022
@danielroe danielroe requested a review from pi0 September 9, 2022 10:27
@danielroe danielroe self-assigned this Sep 9, 2022
@netlify
Copy link

netlify bot commented Sep 9, 2022

βœ… Deploy Preview for nuxt3-docs canceled.

Name Link
πŸ”¨ Latest commit 2f873dc
πŸ” Latest deploy log https://app.netlify.com/sites/nuxt3-docs/deploys/631b152a87face0008979b70

@pi0 pi0 merged commit 0ab29f6 into main Sep 9, 2022
@pi0 pi0 deleted the fix/spa-manifest branch September 9, 2022 10:28
This was referenced Sep 14, 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 bug Something isn't working ❗ p4-important Priority 4: bugs that violate documented behavior, or significantly impact perf vite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

.nuxt/dist folder not created, resulting in an error at runtime (in dev)
2 participants