stefanpenner / hash-for-dep

7 stars 11 forks source link

removed heimdall start/stop in module-entry to cut down on nodes #53

Closed davecombs closed 5 years ago

davecombs commented 5 years ago

Since hash-for-dep performance is now better, removed the internal heimdall start/stop so that we don't generate quite so many heimdall nodes (tends to overwhelm things when I generate a log of the entries. Left in the start/stop in the index.js file, so we still get nodes for the overall calls.

stefanpenner commented 5 years ago

released as v1.4.6 🎉

stefanpenner commented 5 years ago

thanks @davecombs