Skip to content

Commit ce44a23

Browse files
committed
add sourcemaps for frontend
closes #2217
1 parent f67b8ae commit ce44a23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-boot-admin-server-ui/vite.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export default defineConfig(({ mode }) => {
4242
},
4343
build: {
4444
target: 'es2015',
45+
sourcemap: true,
4546
outDir,
4647
rollupOptions: {
4748
input: {

0 commit comments

Comments
 (0)