1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Update modules

This commit is contained in:
Chocobozzz 2017-02-10 11:03:03 +01:00
parent a17bc2c34e
commit c70e0710b3
3 changed files with 8 additions and 6 deletions

View file

@ -101,7 +101,10 @@ module.exports = function (env) {
}
}
],
exclude: [/\.(spec|e2e)\.ts$/]
exclude: [
/\.(spec|e2e)\.ts$/,
/node_modules\//
]
}
]
},