Skip to content

Commit

Permalink
fix: webusb on android
Browse files Browse the repository at this point in the history
  • Loading branch information
mroz22 authored and tomasklim committed Oct 15, 2021
1 parent c38a4d3 commit a1c3485
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/connect-iframe/webpack/prod.webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ module.exports = {
{
test: /sharedConnectionWorker/i,
loader: 'worker-loader',
issuer: /browser\/workers/i, // replace import ONLY in src/env/browser/workers
options: {
worker: 'SharedWorker',
filename: './workers/shared-connection-worker.[contenthash].js',
Expand Down

0 comments on commit a1c3485

Please sign in to comment.