developit / microbundle

📦 Zero-configuration bundler for tiny modules.
https://npm.im/microbundle
MIT License
8.03k stars 362 forks source link

fix: build message formatting #948

Closed rschristian closed 2 years ago

rschristian commented 2 years ago

Super minor, but when building a source file that contained a dynamic import for another module, this would be the result in the user's terminal:

Image of build output message

Simple solution was to remove the extra spaces from the template string & make the left padding consistent across formats.

changeset-bot[bot] commented 2 years ago

🦋 Changeset detected

Latest commit: bee91d0cbd8e35eb1338ac3708e2838dfdd6814b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ----------- | ----- | | microbundle | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR