-
-
Notifications
You must be signed in to change notification settings - Fork 593
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(node-resolve)!: mark module as external if resolved module is ext…
…ernal (#799) BREAKING CHANGES: Now requires rollup@^2.42.0 * fix(node-resolve): mark module as external if resolved module is external fixes #609 * don't use ?. * prevent infinite loops * check both importee and importer in nested this.resolve and add more tests * upgrade to rollup 2.42.0 to simplify nested `this.resolve`
- Loading branch information
1 parent
0150c55
commit 3a543df
Showing
6 changed files
with
234 additions
and
178 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
import 'external'; |
Oops, something went wrong.