Skip to content

Commit 9ed17cd

Browse files
committed
chore: format
1 parent 728dc96 commit 9ed17cd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/react-router-dev/vite/plugin.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,10 @@ export const reactRouterVitePlugin: ReactRouterVitePlugin = () => {
830830
.digest()
831831
.toString("base64");
832832
let filepath = getVite().normalizePath(
833-
path.relative(clientBuildDirectory, path.join(entryNormalizedPath, entry.name))
833+
path.relative(
834+
clientBuildDirectory,
835+
path.join(entryNormalizedPath, entry.name)
836+
)
834837
);
835838
sriManifest[`${ctx.publicPath}${filepath}`] = `sha384-${hash}`;
836839
}

0 commit comments

Comments
 (0)