No NPM auto reloading in development

So with the changes in the NPM reloading it seems like I need to manually restart Meteor each time I make a change in an NPM module that I have cloned into my node_modules.

How can I make it so that Meteor will pick up the changes? It’s really slows down development to have to manually restart each time.