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 84baec4 commit 2cbbf1fCopy full SHA for 2cbbf1f
index.js
@@ -23,7 +23,7 @@ module.exports = (rootDir, config = "faucet.js", // eslint-disable-next-line ind
23
}
24
25
let plugin = load(PLUGINS[type]);
26
- plugin(cfg, { rootDir, configDir }, { watcher, fingerprint, compact });
+ plugin(cfg, configDir, { watcher, fingerprint, compact });
27
});
28
};
29
0 commit comments