antonmedv / jsize

Find out minified and gzipped npm package size
MIT License
178 stars 12 forks source link

Fix process.browser in node and remove extra uglify. #35

Closed DylanPiercey closed 7 years ago

DylanPiercey commented 7 years ago

Currently when node is targeted it still sets process.browser = true, this now makes it undefined as it should be.

This PR also removes the uglify webpack plugin since we are already uglifying manually.