You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/web/README.md
+8
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,14 @@ if (typeof self.Buffer == 'undefined') {
56
56
}
57
57
```
58
58
59
+
## Webpack
60
+
61
+
See the [example Webpack config](https://github.com/powersync-ja/powersync-js/blob/main/demos/example-webpack/webpack.config.js) for details on polyfills and requirements.
62
+
63
+
## Vite
64
+
65
+
See the [example Vite config](https://github.com/powersync-ja/powersync-js/blob/main/demos/example-vite/vite.config.ts) for details on polyfills and requirements.
66
+
59
67
# Getting Started
60
68
61
69
Our [full SDK reference](https://docs.powersync.com/client-sdk-references/js-web) contains everything you need to know to get started implementing PowerSync in your project.
0 commit comments