From b3132a264cc3ad3d007d31d69cceb909fcb03132 Mon Sep 17 00:00:00 2001 From: Welly Date: Sat, 9 May 2020 00:55:01 +0800 Subject: [PATCH] chore: correct output name --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index 2783e211..4c9492ab 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -49,7 +49,7 @@ export default [ { input: 'src/index.js', output: { - name: 'ReactQuery', + name: 'ReactVirtual', file: 'dist/react-virtual.production.min.js', format: 'umd', sourcemap: true,