fix HammerJS warning #1617 (#1755)

This commit is contained in:
Eugenio Romano
2017-03-23 15:44:52 +00:00
committed by Mario Romano
parent 583e152bca
commit 785db5ca00
46 changed files with 204 additions and 126 deletions

View File

@@ -22,6 +22,7 @@ module.exports = function (config) {
'node_modules/zone.js/dist/jasmine-patch.js',
'node_modules/zone.js/dist/async-test.js',
'node_modules/zone.js/dist/fake-async-test.js',
'node_modules/hammerjs/hammer.js',
// RxJs
{ pattern: 'node_modules/rxjs/**/*.js', included: false, watched: false },