Skip to content

Commit

Permalink
chore: try detect perf changed
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind committed Dec 19, 2024
1 parent 2cad1a8 commit e2dc375
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/rspack/src/rspackOptionsApply.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ import {
SizeLimitsPlugin,
SourceMapDevToolPlugin,
SplitChunksPlugin,
WarnCaseSensitiveModulesPlugin,
WorkerPlugin
} from "./builtin-plugin";
import EntryOptionPlugin from "./lib/EntryOptionPlugin";
Expand Down Expand Up @@ -373,6 +374,8 @@ export class RspackOptionsApply {
new SizeLimitsPlugin(options.performance).apply(compiler);
}

new WarnCaseSensitiveModulesPlugin().apply(compiler);

if (options.cache) {
new MemoryCachePlugin().apply(compiler);
}
Expand Down

0 comments on commit e2dc375

Please sign in to comment.