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:
- Make sure to run
pnpm installandpnpm build:packagesin the root directory of this repo. cdinto this directory, and runpnpm start.- Open the localhost URL displayed in the terminal output in your browser.