Skip to content

Commit

Permalink
rename ChunkAssetRuntimeModule
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Sep 10, 2024
1 parent 3367b2f commit 2df3b3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default class ChunkAssetPlugin {
// Inspired by https://github.com/webpack/webpack/blob/v5.94.0/lib/runtime/CompatRuntimeModule.js
class ChunkAssetRuntimeModule extends webpack.RuntimeModule {
constructor() {
super('compat', webpack.RuntimeModule.STAGE_ATTACH);
super('ChunkAssetRuntimeModule', webpack.RuntimeModule.STAGE_ATTACH);
this.fullHash = true;
}

Expand Down

0 comments on commit 2df3b3f

Please sign in to comment.