Update winstonjs

This commit is contained in:
Ibby Hadeed
2017-12-28 23:43:29 -05:00
parent 1c35991548
commit 228c0bb9f3
6 changed files with 148 additions and 60 deletions
+1 -2
View File
@@ -69,11 +69,10 @@ function createIndexFile() {
function compile() {
Logger.profile('build-es5');
webpack(webpackConfig, (err, stats) => {
Logger.profile('build-es5');
Logger.profile('build-es5', { level: 'verbose' });
if (err) Logger.error('Error occurred while compiling with Webpack', err);
else {
Logger.info('Compiled ES5 file with Webpack successfully.');
// Logger.verbose('Webpack complete', stats, () => {});
}
cleanEmittedData();
});