Skip to content

Commit

Permalink
add debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Jan 11, 2025
1 parent c3b4c60 commit 81c8112
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/waku/src/lib/plugins/vite-plugin-rsc-transform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,7 @@ export function rscTransformPlugin(
if (opts.isBuild) {
return;
}
console.log('-------------resoveId', id);
if (id.startsWith('/@w_id/')) {
return (
await this.resolve(id.slice('/@w_id/'.length), importer, options)
Expand Down

0 comments on commit 81c8112

Please sign in to comment.