Skip to content

Commit d728f28

Browse files
committed
fix output name
1 parent 91c7d1c commit d728f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
{
99
format: 'iife',
1010
name: 'wrapVueWebComponent',
11-
file: 'dist/vue-wc-wrapper.umd.js'
11+
file: 'dist/vue-wc-wrapper.global.js'
1212
}
1313
]
1414
}

0 commit comments

Comments
 (0)