Skip to content

Commit

Permalink
remove obsolete rollup option
Browse files Browse the repository at this point in the history
  • Loading branch information
BYK committed Aug 13, 2024
1 parent 62d32ea commit 8aed1b2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/electron/electron.vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ export default defineConfig(({ mode }) => {
sourcemap: true,
rollupOptions: {
plugins: [sourcemaps()],
output: {
sourcemap: true,
},
input: {
index: resolve(__dirname, 'src/electron/preload/index.ts'),
},
Expand Down

0 comments on commit 8aed1b2

Please sign in to comment.