vouch-opensource / krell

Simple ClojureScript React Native Tooling
Eclipse Public License 1.0
675 stars 37 forks source link

Support require & asset changes in hot-reload #86

Open swannodette opened 4 years ago

swannodette commented 4 years ago

Now that we have RN Refresh + REPL reconnect, the way that we handle requires and assets no longer really requires a REPL restart. We should detect that a require / asset change has occurred - if so only then write out new module or asset deps files.