Fork me on GitHub
#cljsrn
<
2018-04-18
>
mfikes12:04:39

If anyone wants to try :npm-deps false in their re-natal project now, prior to the next release of Figwheel, you can use

:figwheel-options {:validate-config false}

mfikes12:04:35

^ TL;DR it saves 20–50 seconds of startup time when you do (start-figwheel "ios") by not indexing node_modules

👍 20