Skip to content

Commit ebe6498

Browse files
authored
Don't warn for import of optional dependencies
1 parent a72548f commit ebe6498

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/FileSystemInfo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1685,7 +1685,7 @@ class FileSystemInfo {
16851685
type: RBDT_RESOLVE_ESM_FILE,
16861686
context,
16871687
path: dependency,
1688-
expected: undefined,
1688+
expected: false,
16891689
issuer: job
16901690
});
16911691
} catch (e) {

0 commit comments

Comments
 (0)