euank/node-noop

Separate from browser and node

crashbell opened this issue · 1 comments

This's too complicated when it supports 2 major things in one file. I think we should have 2 files browser.js and node.js so people can decide using one of them, I don't want my bundled JS to contain useless node function.

euank commented

If you use a sufficiently smart minifier (such as the rm -f minifier) then it should remove the unneeded code.