Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
h-a-n-a committed Jan 9, 2024
1 parent 366a347 commit 78f7d30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/rspack/src/Watching.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,10 @@ export class Watching {
if (err) return handleError(err, cbs);
// @ts-expect-error
this.handler(null, stats);
console.log(
[...compilation.fileDependencies],
[...compilation.missingDependencies]
);

process.nextTick(() => {
if (!this.#closed) {
Expand Down

0 comments on commit 78f7d30

Please sign in to comment.