소스 검색

Remove unnecessary source code

j8
Lyubomir Marinov 8 년 전
부모
커밋
9e033deb7b
2개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0
    1
      package.json
  2. 0
    4
      webpack.config.js

+ 0
- 1
package.json 파일 보기

@@ -53,7 +53,6 @@
53 53
     "babel-core": "^6.18.0",
54 54
     "babel-eslint": "^7.1.1",
55 55
     "babel-loader": "^6.2.10",
56
-    "babel-plugin-transform-flow-strip-types": "^6.18.0",
57 56
     "babel-polyfill": "*",
58 57
     "babel-preset-es2015": "^6.18.0",
59 58
     "babel-preset-react": "^6.16.0",

+ 0
- 4
webpack.config.js 파일 보기

@@ -58,10 +58,6 @@ var config = {
58 58
             exclude: node_modules,
59 59
             loader: 'babel',
60 60
             query: {
61
-                plugins: [
62
-                    'transform-flow-strip-types'
63
-                ],
64
-
65 61
                 // XXX The require.resolve bellow solves failures to locate the
66 62
                 // presets when lib-jitsi-meet, for example, is npm linked in
67 63
                 // jitsi-meet. The require.resolve, of course, mandates the use

Loading…
취소
저장