Skip to content

Commit 5840117

Browse files
Update knip config to use .js extension for RSCWebpackLoader
1 parent 025d3ca commit 5840117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knip.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const config: KnipConfig = {
88
'node_package/src/ReactOnRails.ts!',
99
'node_package/src/ReactOnRails.node.ts!',
1010
'node_package/src/ReactOnRailsRSC.ts!',
11-
'node_package/src/RSCWebpackLoader.ts!',
11+
'node_package/src/RSCWebpackLoader.js!',
1212
],
1313
project: ['node_package/src/**/*.[jt]s!', 'node_package/tests/**/*.[jt]s'],
1414
babel: {

0 commit comments

Comments
 (0)