We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01971fa commit af02162Copy full SHA for af02162
webview-ui/vite.config.ts
@@ -101,10 +101,6 @@ export default defineConfig(({ mode }) => {
101
// Ensure source maps are properly included in the build
102
minify: mode === "production" ? "esbuild" : false,
103
rollupOptions: {
104
- input: {
105
- index: resolve(__dirname, "index.html"),
106
- "browser-panel": resolve(__dirname, "browser-panel.html"),
107
- },
108
output: {
109
entryFileNames: `assets/[name].js`,
110
chunkFileNames: (chunkInfo) => {
0 commit comments