Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 453 Bytes

File metadata and controls

9 lines (6 loc) · 453 Bytes

PowerSync Webpack bundling test

This is a minimal example demonstrating bundling with Webpack. It attempts a connection to verify that web workers load correctly, but networks requests will fail since no credentials are configured. See src/index.js for details.

To see it in action:

  1. cd into this directory and run pnpm install.
  2. Run pnpm start.
  3. Open the localhost URL displayed in the terminal output in your browser.