Skip to content

Commit b8a0494

Browse files
committed
Add sourcemap to webapp
1 parent 512cb31 commit b8a0494

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

common/webapp/vite.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ export default defineConfig({
1717
__VUE_I18N_LEGACY_API__: false,
1818
__INTLIFY_PROD_DEVTOOLS__: false,
1919
},
20-
build: {},
20+
build: {
21+
sourcemap: true
22+
},
2123
server: {
2224
proxy: {
2325
'/settings.json': {

0 commit comments

Comments
 (0)