Skip to content

Commit

Permalink
style: clean-up comments in vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagofilipenunes committed Dec 22, 2024
1 parent 53765b9 commit f3e8301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ export default defineConfig(({ command, mode }) => {
rollupOptions: {
input: {
popup: r("src/popup/index.html"),
index: r("src/popup/index.ts"), // Add this line to include index.ts
index: r("src/popup/index.ts"),
},
output: {
entryFileNames: "src/popup/index.js", // Ensure the output file is named correctly
entryFileNames: "src/popup/index.js",
},
},
},
Expand Down

0 comments on commit f3e8301

Please sign in to comment.