Skip to content

Commit 1b7e798

Browse files
authored
fix: Use correct output name for umd bundle (#2)
1 parent d7dfe7c commit 1b7e798

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
@@ -49,7 +49,7 @@ export default [
4949
{
5050
input: 'src/index.js',
5151
output: {
52-
name: 'ReactQuery',
52+
name: 'ReactVirtual',
5353
file: 'dist/react-virtual.production.min.js',
5454
format: 'umd',
5555
sourcemap: true,

0 commit comments

Comments
 (0)