Skip to content

Commit

Permalink
Passing sourcemap flag to tsc instead of webpack. Added changesets en…
Browse files Browse the repository at this point in the history
…try.
  • Loading branch information
Chriztiaan committed Aug 7, 2024
1 parent 86142ce commit 3b3534f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/two-bats-return.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@powersync/web': patch
---

Added react-native-web support.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
},
"homepage": "https://docs.powersync.com",
"scripts": {
"build": "tsc --build && webpack",
"build:tsc": "tsc --build",
"build:webpack": "webpack",
"build": "npm run build:tsc -- \"$@\" && npm run build:webpack",
"clean": "rm -rf lib tsconfig.tsbuildinfo",
"watch": "tsc --build -w",
"test": "pnpm build && vitest"
Expand Down

0 comments on commit 3b3534f

Please sign in to comment.