fix(ssr): check root import extension for external #9494
Merged
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.
Description
Fix #9487
I don't think #8454 is the right fix, so I suppose this closes #8454 too.
We're previosly checking deep imports to no-external deps if they match a non-js file, we should also do this for root imports for
normalize.css
for example that exports css at the root.Additional context
Slightly out-of-scope and more of a question: I'm not sure why below my PR changes we have special case handling for appending extension to resolved id. And why for deep imports only.
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123
).