You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only really "expensive" thing that inspectpack does now is traverse a very limited set of node_modules directories to infer the dependency tree. We could cache this if large projects hit problems.
Decide if we need to do this. Get a reliable reproduction product to demonstrate the issue and confirm that inspectpack is responsible (e.g., the file i/o).
Design a caching solution either in webpack-dashboard and/or inspectpack
Handle disk changes in the node_modules tree. Could be as simple as documenting "always close and restart the dashboard when updating dependencies".
The text was updated successfully, but these errors were encountered:
The only really "expensive" thing that
inspectpack
does now is traverse a very limited set ofnode_modules
directories to infer the dependency tree. We could cache this if large projects hit problems.inspectpack
is responsible (e.g., the file i/o).webpack-dashboard
and/orinspectpack
node_modules
tree. Could be as simple as documenting "always close and restart the dashboard when updating dependencies".The text was updated successfully, but these errors were encountered: