Skip to content

Commit

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

const workletConfig = merge(baseConfig, {
Expand Down

0 comments on commit 405f3e8

Please sign in to comment.