Skip to content

Commit df5888a

Browse files
committed
released beta versions to npm
1 parent 9dcef5f commit df5888a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"type": "git",
1919
"url": "git+https://github.com/oslabs-beta/react-query-rewind.git"
2020
},
21-
"version": "2.1.7",
21+
"version": "2.1.8",
2222
"description": "React Query Rewind is a library that helps developers debug applications that use React Query (ie TanStack Query) by letting them time travel through state changes directly in their chrome dev tools",
2323
"keywords": [
2424
"react",

package-react/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default {
3232
extensions: ['.js', '.jsx', '.ts', '.tsx'],
3333
exclude: 'node_modules/**'
3434
}),
35-
terser(), // Minifies the bundles
35+
// terser(), // Minifies the bundles
3636
]
3737
};
3838

0 commit comments

Comments
 (0)