Open mbrn opened 3 years ago
This started for me out of nowhere. reverting to older commits from about a week ago yields the same results. switching to babel as a temporary measure seems to ease this by about 50% but memory consumption is still very high. This was not an issue a few days ago. maybe this is an issue with a peer dep
Nothing has changed in ts-loader - so it seems likely the problem lies elsewhere
my suggestion is that is a dep of ts-loader. maybe ts-loader should pin down
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
not stale
We are using ts-loader with a webpack configuration on our projects. On last days we monitor that our applications consume very high level memory.
Operation system: Windows 10
Expected Behaviour
Memory usage must be normal level.
Actual Behaviour
Every webpack application uses more than 1-1.5 GB memory
Steps to Reproduce the Problem
Use ts-loader with webpack with a few helper plugin like TsconfigPathsPlugin, Dotenv, DeadCodePlugin, HtmlWebpackPlugin
Location of a Minimal Repository that Demonstrates the Issue.