gdborton / webpack-parallel-uglify-plugin

A faster uglifyjs plugin.
466 stars 34 forks source link

Limit memory usage #5

Closed gdborton closed 8 years ago

gdborton commented 8 years ago

This helps us to avoid loading all of the content of assets files in memory at the same time, which was leading to out of memory errors on large builds.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+2.6%) to 79.245% when pulling 31f897b9e6c6772df87054e8536a9ed9e8c65492 on limit-memory-usage into 56ececb4aa2bead91a0bd1a250a00c8636351f11 on master.