Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Nov 10, 2023
1 parent 19e2297 commit 8c45dfd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/waku/src/lib/builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,9 @@ const emitRscFiles = async (
config.rootDir,
config.distDir,
config.publicDir,
config.rscPath,
// HACK to support windows filesystem
(config.rscPath + "/" + encodeInput(input)).replaceAll("/", path.sep),
encodeInput(input).replaceAll("/", path.sep),
);
if (!rscFileSet.has(destFile)) {
rscFileSet.add(destFile);
Expand Down

0 comments on commit 8c45dfd

Please sign in to comment.