Natixar / natixar-frontend

The static front end of the Natixar SaaS platform
0 stars 5 forks source link

Memory Leak in Browser #89

Open lepeuvedic-natixar opened 1 month ago

lepeuvedic-natixar commented 1 month ago

Problem

warning eslint > file-entry-cache > flat-cache > rimraf > glob > 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

This means that it will eventually crash the user's browser.

Steps to Reproduce

Run a build.

Desired Behavior

During an operational build there should not be a warning about any unsupported module.