jackmellis / require-extension-hooks

Add hooks for js extension types
17 stars 2 forks source link

Don't always require sourcemaps #2

Closed jackmellis closed 7 years ago

jackmellis commented 7 years ago

source-map and convert-source-map only need requiring if the hook actually uses it, so cut down on some overhead by only requiring them when they're used...