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 51503e3 commit 5548587Copy full SHA for 5548587
test/config-autoload.test.js
@@ -7,7 +7,7 @@ const testDirectory = path.resolve(__dirname, "fixtures", "config-autoload");
7
8
const loaderContext = {
9
fs,
10
- addDependency: () => true,
+ addBuildDependency: () => true,
11
};
12
13
describe("autoload config", () => {
0 commit comments