We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 728dc96 commit 9ed17cdCopy full SHA for 9ed17cd
packages/react-router-dev/vite/plugin.ts
@@ -830,7 +830,10 @@ export const reactRouterVitePlugin: ReactRouterVitePlugin = () => {
830
.digest()
831
.toString("base64");
832
let filepath = getVite().normalizePath(
833
- path.relative(clientBuildDirectory, path.join(entryNormalizedPath, entry.name))
+ path.relative(
834
+ clientBuildDirectory,
835
+ path.join(entryNormalizedPath, entry.name)
836
+ )
837
);
838
sriManifest[`${ctx.publicPath}${filepath}`] = `sha384-${hash}`;
839
}
0 commit comments