Skip to content

Commit 8499761

Browse files
patinthehatPatrick
authored andcommitted
use named exports
1 parent c304c77 commit 8499761

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rollup.vue2-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default {
1616
file: `dist/vue${options.version}.cjs.js`,
1717
format: 'cjs',
1818
sourcemap: options.sourceMapsEnabled,
19-
exports: 'auto',
19+
exports: 'named',
2020
plugins: [],
2121
},
2222
{

rollup.vue3-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default {
1616
file: `dist/vue${options.version}.cjs.js`,
1717
format: 'cjs',
1818
sourcemap: options.sourceMapsEnabled,
19-
exports: 'auto',
19+
exports: 'named',
2020
plugins: [],
2121
},
2222
{

0 commit comments

Comments
 (0)