Skip to content

Commit 9b0819c

Browse files
committed
Rename output file
1 parent 5a343a6 commit 9b0819c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import terser from '@rollup/plugin-terser'
44
export default {
55
input: 'index.js',
66
output: {
7-
file: 'zipurl.min.js',
7+
file: 'dist/index.umd.js',
88
format: 'umd',
99
name: 'window',
1010
extend: true

0 commit comments

Comments
 (0)