Fork me on GitHub
#shadow-cljs
<
2019-10-01
>
knubie01:10:59

is it possible to stop a watch from the clj-repl?

knubie01:10:36

without stopping the server

knubie02:10:18

(unrelated:) what does it mean when i :require an NPM module and it results in an empty js object?

knubie02:10:30

somehow i got the require to work by going into the node_modules directory of that package and touching the main js file, thereby trigger a recompile

knubie03:10:08

ok but now all of the other files it's requiring are null

knubie03:10:45

I think I figured out the issue, that module was for node and I was trying to run it in the browser