Skip to content

Commit 774a3ba

Browse files
committed
add source maps
1 parent d5d3508 commit 774a3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/dictionary/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default defineConfig({
1313
formats: ['es'],
1414
},
1515
outDir: dist,
16-
//sourcemap: true,
16+
sourcemap: true,
1717
rollupOptions: {
1818
external: [/^@umbraco/],
1919
},

0 commit comments

Comments
 (0)