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 2 years 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
                         process.env.LIB_JITSI_MEET_COMMIT_HASH || 'development',
28
                         process.env.LIB_JITSI_MEET_COMMIT_HASH || 'development',
29
                     search: '{#COMMIT_HASH#}'
29
                     search: '{#COMMIT_HASH#}'
30
                 },
30
                 },
31
-                test: path.join(__dirname, 'JitsiMeetJS.js')
31
+                test: path.join(__dirname, 'JitsiMeetJS.ts')
32
             }, {
32
             }, {
33
                 // Transpile ES2015 (aka ES6) to ES5.
33
                 // Transpile ES2015 (aka ES6) to ES5.
34
 
34
 

Loading…
Cancel
Save