- Issue created by @traviscarden
Running npm:build
on the codebase yields the following warning:
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
The bit about leaking memory is part that catches my attention. Now as far as I can tell, inflight
is a transitive dependency. So since we aren't requiring it directly, maybe we can't do anything about it or don't care. But if nothing else, we can document that fact here, in case other people unfamiliar with that side of things (like myself) see it and wonder if it's an issue.
Active
0.0
Page builder