(set-autoload b)
Figwheel by default loads code changes as you work. Sometimes you
just want to work on your code without the ramifications of
autoloading and simply load your code piecemeal in the REPL. You can
turn autoloading on and of with this method.
(figwheel.client/set-autoload false)
NOTE: This is a persistent setting, meaning that it will persist
through browser reloads.