Преглед изворни кода

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 година
родитељ
комит
c57ac97eea
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      webpack-shared-config.js

+ 1
- 1
webpack-shared-config.js Прегледај датотеку

@@ -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…
Откажи
Сачувај