Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d728f28

Browse files
committedFeb 2, 2018
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.