Skip to content

Commit 5c397b3

Browse files
committed
chore: comment
1 parent 16cca82 commit 5c397b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/plugin-rsc/src/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export default function vitePluginRsc(
136136
root: process.cwd(),
137137
isBuild: env.command === 'build',
138138
isFrameworkPkgByJson(pkgJson) {
139-
// these are added by default
139+
// these are added by default and don't need to crawl further
140140
if ([PKG_NAME, 'react-dom'].includes(pkgJson.name)) {
141141
return false
142142
}

0 commit comments

Comments
 (0)