mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Try to fix build (#9490)
This commit is contained in:
parent
01971fa54e
commit
af021623cd
1 changed files with 0 additions and 4 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue