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:
cdinto this directory and runpnpm install.- Run
pnpm start. - Open the localhost URL displayed in the terminal output in your browser.