Skip to content

Commit

Permalink
Attempt to fix audio worker in dev mode, take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
whscullin committed Jan 25, 2024
1 parent f29b091 commit 6cb2064
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ const appConfig = merge(baseConfig, {
publicPath: '/dist/',
},
},
client: false,
});

const workletConfig = merge(baseConfig, {
Expand Down

0 comments on commit 6cb2064

Please sign in to comment.