瀏覽代碼

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…
取消
儲存