Skip to content

Commit

Permalink
Merge pull request #18187 from vector-im/travis/voice-messages/code-c…
Browse files Browse the repository at this point in the history
…leanup-1

Update webpack path for new voice message worker location
  • Loading branch information
turt2live committed Jul 23, 2021
2 parents 5ec0ca9 + 5e6b791 commit e0c9a6c
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 @@ -58,7 +58,7 @@ module.exports = (env, argv) => {
"mobileguide": "./src/vector/mobile_guide/index.ts",
"jitsi": "./src/vector/jitsi/index.ts",
"usercontent": "./node_modules/matrix-react-sdk/src/usercontent/index.js",
"recorder-worklet": "./node_modules/matrix-react-sdk/src/voice/RecorderWorklet.ts",
"recorder-worklet": "./node_modules/matrix-react-sdk/src/audio/RecorderWorklet.ts",

// CSS themes
"theme-legacy": "./node_modules/matrix-react-sdk/res/themes/legacy-light/css/legacy-light.scss",
Expand Down

0 comments on commit e0c9a6c

Please sign in to comment.