refactor: stub out new updateModuleInfo params
This commit is contained in:
parent
aab15e546a
commit
22ddb74df4
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ export async function trackCSSDependencies(
|
|||
}
|
||||
|
||||
// Update the module graph, telling it about our CSS deps.
|
||||
moduleGraph.updateModuleInfo(mod, depModules, new Set(), true);
|
||||
moduleGraph.updateModuleInfo(mod, depModules, new Map(), new Set(), new Set(), true);
|
||||
for (const dep of cssDeps) {
|
||||
this.addWatchFile(dep);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue