Skip to content

Commit

Permalink
chore: update regex
Browse files Browse the repository at this point in the history
  • Loading branch information
JiangWeixian committed Jun 20, 2024
1 parent 8e1102f commit 21ea39b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class RSCClientReferenceManifestRspackPlugin {
compiler.options.module.rules = [];
}
compiler.options.module.rules.push({
test: /rsc-client-entry-loader\.js/,
test: /rsc-client-entry-loader\.(j|t|mj|cj)sx?/,
use: [
{
loader: "builtin:rsc-client-entry-loader",
Expand Down

0 comments on commit 21ea39b

Please sign in to comment.