Skip to content

Commit

Permalink
chore: remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Nov 12, 2024
1 parent d032430 commit e574d32
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion viteroll/examples/ssr/src/entry-server.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const handler: Connect.SimpleHandleFunction = (req, res) => {
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script type="module" src="/@rolldown/client"></script>
</head>
<body>
<div id="root">${ssrHtml}</div>
Expand Down
1 change: 0 additions & 1 deletion viteroll/viteroll.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ export function viteroll(viterollOptions: ViterollOptions = {}): Plugin {

// reuse /@vite/client for Websocket API and inject to rolldown:runtime
function getRolldownClientCode(config: ResolvedConfig) {
config.base;
const viteClientPath = require.resolve("vite/dist/client/client.mjs");
let code = fs.readFileSync(viteClientPath, "utf-8");
const replacements = {
Expand Down

0 comments on commit e574d32

Please sign in to comment.