소스 검색

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…
취소
저장