This repository was archived by the owner on Apr 6, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 984
fix(nuxt): pass fully resolved path to nitro dist files #7494
Merged
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
31484a3
fix(nuxt): pass fully resolved path to nitro dist files
danielroe 32fec92
fix: remove previous paths
danielroe d97f367
fix(vite): simplify no-external conditions
danielroe 2f71fb4
fix: add back simpler inline patterns for windows
danielroe 56c4a13
fix: revert unused import
danielroe 44aa4cf
fix: try adding back noExternal path
danielroe 46c56ab
fix: remove duplicate paths (testing windows on ci)
danielroe 449bc8b
Merge remote-tracking branch 'origin/main' into fix/inline-dist
danielroe 88e742d
Merge branch 'main' into fix/inline-dist
danielroe 1dd5b8c
fix: make change more minimal
danielroe 5be35d2
Apply suggestions from code review
danielroe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -70,7 +70,8 @@ export async function initNitro (nuxt: Nuxt) { | |
| nuxt.options.buildDir | ||
| ]), | ||
| 'nuxt/dist', | ||
| 'nuxt3/dist' | ||
| 'nuxt3/dist', | ||
| distDir | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We might need to exclude dist dir for prerender (will come with another PR if needed) |
||
| ] | ||
| }, | ||
| alias: { | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.