Skip to content

Commit 9dd9f4e

Browse files
authored
fix: tanstack-react-query prod build (#345)
1 parent fe56400 commit 9dd9f4e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/fifty-cars-laugh.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@powersync/tanstack-react-query': patch
3+
---
4+
5+
Fix for some build files being excluded.

packages/tanstack-react-query/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
],
1414
"scripts": {
1515
"build": "tsc -b",
16+
"build:prod": "tsc -b --sourceMap false",
1617
"clean": "rm -rf lib tsconfig.tsbuildinfo",
1718
"watch": "tsc -b -w"
1819
},

0 commit comments

Comments
 (0)