Skip to content

Commit b24f748

Browse files
committed
fix: enable souremap building
1 parent a35ac91 commit b24f748

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/bootstrap-vue-3/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import dts from 'vite-plugin-dts'
88

99
const config = defineConfig({
1010
build: {
11+
sourcemap: true,
1112
minify: true,
1213
lib: {
1314
entry: resolve(__dirname, 'src/BootstrapVue.ts'),

0 commit comments

Comments
 (0)