Skip to content

Commit

Permalink
Update build console log
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangarnier committed Jul 24, 2018
1 parent 7099884 commit a7be8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ rollup({

// output gzip size
const int = sizer.sync(code);
console.info('Compilation was a success! 😎');
console.info('Compilation was a success! 👍');
console.info(`~> gzip size: ${ pretty(int) }`);
}).catch(console.error);
}).catch(console.error);

0 comments on commit a7be8f4

Please sign in to comment.