Skip to content

Commit

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

0 comments on commit 36189b6

Please sign in to comment.