Skip to content

Commit

Permalink
fix: reintroduce production export (#4090)
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianOsipiuk authored Aug 28, 2022
1 parent 6725aaf commit 897a397
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/react-query-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
"import": "./build/lib/index.mjs",
"default": "./build/lib/index.js"
},
"./production": {
"types": "./build/lib/index.d.ts",
"import": "./build/lib/index.prod.mjs",
"default": "./build/lib/index.prod.js"
},
"./build/lib/index.prod.js": {
"types": "./build/lib/index.d.ts",
"import": "./build/lib/index.prod.mjs",
Expand Down

0 comments on commit 897a397

Please sign in to comment.