Skip to content

Commit 51503e3

Browse files
refactor: use this.addBuildDependency for tracking configurations
1 parent 1d48781 commit 51503e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ async function loadConfig(loaderContext, config, postcssOptions) {
6363
return {};
6464
}
6565

66-
loaderContext.addDependency(result.filepath);
66+
loaderContext.addBuildDependency(result.filepath);
6767

6868
if (result.isEmpty) {
6969
return result;

0 commit comments

Comments
 (0)