gdborton / webpack-parallel-uglify-plugin

A faster uglifyjs plugin.
466 stars 34 forks source link

Major refactor away from child_process and to worker-farm. #25

Closed gdborton closed 7 years ago

gdborton commented 7 years ago

Worker-farm provides a cleaner abstraction around managing child processes, allowing us to call functions instead of manually passing messages. This api allows us to write less code, and the code that we do write is a bit cleaner.

Sadly some of the tests were removed as part of this refactor, but coverage will be restored in the future.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-14.9%) to 54.701% when pulling 7d2a052bea8e6b4e8a5e22e97d5ce0225c975f59 on refactor-to-use-worker-farm into 8c410e2eabd3aa476b19e5599658cd846f4d9277 on master.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+23.5%) to 93.162% when pulling 1d5465aecface679eb10102a7301a41006cc7eab on refactor-to-use-worker-farm into 8c410e2eabd3aa476b19e5599658cd846f4d9277 on master.