Skip to content

Commit

Permalink
Add build option to generate sourcemaps
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubka committed Sep 27, 2024
1 parent d6e6493 commit 7c2ed9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export default defineConfig({
},
},
build: {
// sourcemap: true,
rollupOptions: {
output: {
banner: '/*! 2FAuth version ' + version + ' - Copyright (c) 2024 Bubka - https://github.com/Bubka/2FAuth */',
Expand Down

0 comments on commit 7c2ed9c

Please sign in to comment.