Skip to content

Commit

Permalink
redo minification
Browse files Browse the repository at this point in the history
  • Loading branch information
medyo committed Jul 23, 2023
1 parent 5fe6970 commit bd25fc3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ export default defineConfig(({ mode }) => {
'process.env': {},
},
build: {
minify: false,
sourcemap: true,
ssr: false,
target: 'es2018',
rollupOptions: {
...(buildTarget === 'extension'
Expand Down

0 comments on commit bd25fc3

Please sign in to comment.