Try to fix build (#9490)

This commit is contained in:
Matt Rubens 2025-11-21 19:15:54 -05:00 committed by GitHub
parent 01971fa54e
commit af021623cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -101,10 +101,6 @@ export default defineConfig(({ mode }) => {
// Ensure source maps are properly included in the build
minify: mode === "production" ? "esbuild" : false,
rollupOptions: {
input: {
index: resolve(__dirname, "index.html"),
"browser-panel": resolve(__dirname, "browser-panel.html"),
},
output: {
entryFileNames: `assets/[name].js`,
chunkFileNames: (chunkInfo) => {