Skip to content

Commit 778eb58

Browse files
committed
fix portfolio deps resolution
1 parent 999aaf1 commit 778eb58

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

shadow-cljs.edn

+3-1
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,6 @@
7171

7272
:portfolio {:target :browser
7373
:modules {:scenes {:init-fn portfolio/init!}}
74-
:output-dir "portfolio/resources/public/js"}}}
74+
:output-dir "portfolio/resources/public/js"
75+
:js-options {:resolve {"fs" {:target :npm :require "graceful-fs"}
76+
"stream" {:target :npm :require "stream-browserify"}}}}}}

0 commit comments

Comments
 (0)