Skip to content

Commit 3c43d8c

Browse files
committed
Output named
1 parent c163f1d commit 3c43d8c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vite.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ export default defineConfig({
1717
},
1818
rollupOptions: {
1919
external: ['@gtm-support/core', 'vue', 'vue-router'],
20+
output: {
21+
exports: 'named',
22+
},
2023
},
2124
minify: false,
2225
target: 'node14.6',

0 commit comments

Comments
 (0)