Skip to content

Commit f3e8301

Browse files
style: clean-up comments in vite config
1 parent 53765b9 commit f3e8301

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vite.config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ export default defineConfig(({ command, mode }) => {
4646
rollupOptions: {
4747
input: {
4848
popup: r("src/popup/index.html"),
49-
index: r("src/popup/index.ts"), // Add this line to include index.ts
49+
index: r("src/popup/index.ts"),
5050
},
5151
output: {
52-
entryFileNames: "src/popup/index.js", // Ensure the output file is named correctly
52+
entryFileNames: "src/popup/index.js",
5353
},
5454
},
5555
},

0 commit comments

Comments
 (0)