vouch-opensource / krell

Simple ClojureScript React Native Tooling
Eclipse Public License 1.0
676 stars 36 forks source link

Cache node_modules indexing #13

Closed swannodette closed 4 years ago

swannodette commented 4 years ago

Indexing node_modules every build is slow (9 seconds) - instead cache the index to .krellcache. Only re-index if package-lock.json newer than the cache.

swannodette commented 4 years ago

fixed https://github.com/vouchio/krell/commit/a8f0eba5d96b2efdec43532c0c07a4e7c0eab4e3