We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c76ecf commit 73e7711Copy full SHA for 73e7711
index.js
@@ -31,7 +31,7 @@ function getMainProcessPaths(topModuleObject, cwd) {
31
return paths;
32
}
33
34
-module.exports = (moduleObject, options) => {
+module.exports = (moduleObject, options = {}) => {
35
// This module should be a dev dependency, but guard
36
// this in case the user included it as a dependency.
37
if (!isDev) {
0 commit comments