Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add options argument to addHook to pass to pirates.addHook (#571)
I've added an optional argument to addHook to pass through to pirates. You would use it like this: addHook(".js", { transforms: ["imports"] }, { ignoreNodeModules: false }); I also removed the ts-ignore comment because pirates has types now.
- Loading branch information