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
Hi !
As I was struggling with a memory leak issue on webpack development environment on a slightly big project,
I found this issue on github : webpack/webpack-dev-server#438
I inspected webpacker generated config, and found those "[hash]" in output files names.
So I decided to remove those just to check if it was causing those memory leaks and ... tada !
That seems to be the origin of my problem. Here's my webpack development config :
Hi !
As I was struggling with a memory leak issue on webpack development environment on a slightly big project,
I found this issue on github : webpack/webpack-dev-server#438
I inspected webpacker generated config, and found those "[hash]" in output files names.
So I decided to remove those just to check if it was causing those memory leaks and ... tada !
That seems to be the origin of my problem. Here's my webpack development config :
Can someone explain to me :
The text was updated successfully, but these errors were encountered: