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 current version of stream-cache was published with a version of npm that didn't have the benefit of today's default .npmignore. As a result the package mistakenly contains ~220K of backup/undo files, which every webpack-dev-server user is unfortunately getting.
I've opened an issue with stream-cachehere, but it's possible it may never be republished.
I wonder if there's a more modern module that does the same thing, or whether equivalent code would be simple to inline in webpack-dev-server?
webpack and webpack-dev-server version:
webpack-dev-server: 1.15.x and 2.x