浏览代码

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

正在加载...
取消
保存