chore(package): bump deps

This commit is contained in:
Daniel
2018-06-22 18:24:09 +02:00
parent f3ef2a877d
commit ed515f7017
6 changed files with 3516 additions and 855 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ function transformClass(cls: any, ngcBuild?: boolean) {
[...transformMembers(cls), ...pluginStatics]
);
Logger.profile('transformClass: ' + cls.name.text, { level: 'verbose' });
Logger.profile('transformClass: ' + cls.name.text);
return cls;
}