Skip to content

Commit 11456a8

Browse files
authored
chore(rollup): run terser plugin for react-query.min.mjs bundle (TanStack#488)
1 parent 794e8be commit 11456a8

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
@@ -32,7 +32,7 @@ export default [
3232
sourcemap: true,
3333
},
3434
external,
35-
plugins: [resolve(), babel(), commonJS(), externalDeps()],
35+
plugins: [resolve(), babel(), commonJS(), externalDeps(), terser()],
3636
},
3737
{
3838
input: 'src/index.js',

0 commit comments

Comments
 (0)