Browse Source

Set the ljm commit hash in the correct file.

It's now in JitsiMeetJS.ts rather than .js.
tags/v0.0.2
Jonathan Lennox 1 year ago
parent
commit
c57ac97eea
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      webpack-shared-config.js

+ 1
- 1
webpack-shared-config.js View File

@@ -28,7 +28,7 @@ module.exports = (minimize, analyzeBundle) => {
28 28
                         process.env.LIB_JITSI_MEET_COMMIT_HASH || 'development',
29 29
                     search: '{#COMMIT_HASH#}'
30 30
                 },
31
-                test: path.join(__dirname, 'JitsiMeetJS.js')
31
+                test: path.join(__dirname, 'JitsiMeetJS.ts')
32 32
             }, {
33 33
                 // Transpile ES2015 (aka ES6) to ES5.
34 34
 

Loading…
Cancel
Save