Skip to content

Commit f4bd5d4

Browse files
committed
disambiguated emoji notification
☝️ was deemed confusing by our resident Head of Emoji, @MRReynolds
1 parent 7b445db commit f4bd5d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = (config, assetManager, { watcher, browsers, compact } = {}) =>
3232
function makeWriter(bundle, assetManager) {
3333
return ({ code, error }) => {
3434
if(code.length > 100000) { // ~100 kB -- XXX: arbitrary -- TODO: configurable
35-
console.error("️ this bundle looks to be fairly big, you might " +
35+
console.error("️ this bundle looks to be fairly big, you might " +
3636
"want to double-check whether that's intended and " +
3737
"consider performance implications for your users:\n " +
3838
path.relative(assetManager.referenceDir, bundle.target));

0 commit comments

Comments
 (0)