We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c61b05f commit 955fd50Copy full SHA for 955fd50
src/portal/runtime/npm.cljc
@@ -58,6 +58,7 @@
58
(or
59
(fs/is-file path)
60
(fs/is-file (str path ".js"))
61
+ (fs/is-file (str path "/index.js"))
62
(package-resolve path))))
63
search-paths)
64
(throw
0 commit comments