Created by: Timer
Disabling source maps for node_modules
is a good default because an error might've happened in the context of being compiled, thus debugging against the source actually being evaluated (barring minification) would be a lot easier.
This should also be faster.