Skip to content

Commit

Permalink
Update knip config to use .js extension for RSCWebpackLoader
Browse files Browse the repository at this point in the history
  • Loading branch information
AbanoubGhadban committed Jan 25, 2025
1 parent d6c5a25 commit cf90ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const config: KnipConfig = {
'node_package/src/ReactOnRails.ts!',
'node_package/src/ReactOnRails.node.ts!',
'node_package/src/ReactOnRailsRSC.ts!',
'node_package/src/RSCWebpackLoader.ts!',
'node_package/src/RSCWebpackLoader.js!',
],
project: ['node_package/src/**/*.[jt]s!', 'node_package/tests/**/*.[jt]s'],
babel: {
Expand Down

0 comments on commit cf90ba9

Please sign in to comment.