Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
h-a-n-a authored Nov 12, 2024
1 parent a085000 commit dd57bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rspack/src/Compiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ class Compiler {
new JsLoaderRspackPlugin(this).apply(this);
new ExecuteModulePlugin().apply(this);

this.hooks.shutdown.tap("Compiler", () => {
this.hooks.shutdown.tap("rspack:cleanup", () => {
this.#instance = undefined;
});
}
Expand Down

0 comments on commit dd57bc3

Please sign in to comment.