Skip to content

Commit 80797d6

Browse files
committed
clean up redundant diff
1 parent 3141d03 commit 80797d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/remix-dev/vite/plugin.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,7 @@ export const remixVitePlugin: RemixVitePlugin = (options = {}) => {
362362
}`;
363363
})
364364
.join(",\n ")}
365-
};
366-
`;
365+
};`;
367366
};
368367

369368
let loadViteManifest = async (directory: string) => {

0 commit comments

Comments
 (0)