Skip to content

Commit af02162

Browse files
authored
Try to fix build (#9490)
1 parent 01971fa commit af02162

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

webview-ui/vite.config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,6 @@ export default defineConfig(({ mode }) => {
101101
// Ensure source maps are properly included in the build
102102
minify: mode === "production" ? "esbuild" : false,
103103
rollupOptions: {
104-
input: {
105-
index: resolve(__dirname, "index.html"),
106-
"browser-panel": resolve(__dirname, "browser-panel.html"),
107-
},
108104
output: {
109105
entryFileNames: `assets/[name].js`,
110106
chunkFileNames: (chunkInfo) => {

0 commit comments

Comments
 (0)