Remove unnecessary source code

This commit is contained in:
Lyubomir Marinov 2017-02-02 09:42:14 -06:00
parent f6c914f6f0
commit 9e033deb7b
2 changed files with 0 additions and 5 deletions

View File

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

View File

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