We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b445db commit f4bd5d4Copy full SHA for f4bd5d4
lib/index.js
@@ -32,7 +32,7 @@ module.exports = (config, assetManager, { watcher, browsers, compact } = {}) =>
32
function makeWriter(bundle, assetManager) {
33
return ({ code, error }) => {
34
if(code.length > 100000) { // ~100 kB -- XXX: arbitrary -- TODO: configurable
35
- console.error("☝️ this bundle looks to be fairly big, you might " +
+ console.error("⚠️ this bundle looks to be fairly big, you might " +
36
"want to double-check whether that's intended and " +
37
"consider performance implications for your users:\n " +
38
path.relative(assetManager.referenceDir, bundle.target));
0 commit comments