Skip to content

Commit 5be35b5

Browse files
committed
Clean up redundant template literal
1 parent 0bf04dd commit 5be35b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ export const reactRouterVitePlugin: ReactRouterVitePlugin = () => {
727727
})
728728
.join("\n")}
729729
export { default as assets } from ${JSON.stringify(
730-
`${virtual.serverManifest.id}`
730+
virtual.serverManifest.id
731731
)};
732732
export const assetsBuildDirectory = ${JSON.stringify(
733733
path.relative(

0 commit comments

Comments
 (0)