jackmellis / require-extension-hooks

Add hooks for js extension types

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't always require sourcemaps

jackmellis opened this issue · comments

commented

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...