Skip to content

Commit

Permalink
fix(bundling): place files in the right folders for React Vite apps
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo authored and Jack Hsu committed Nov 28, 2022
1 parent 3c60da7 commit 37da1ed
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
Expand Up @@ -6,7 +6,8 @@
<base href="/" />

<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<% if (!styledModule && style !== 'none') { %><link rel="stylesheet" href="/src/styles.<%= style %>" /><% } %>
</head>
<body>
<div id="root"></div>
Expand Down
Empty file.

This file was deleted.

0 comments on commit 37da1ed

Please sign in to comment.