egoist / bili

Bili makes it easier to bundle JavaScript libraries.
https://bili.egoist.sh
MIT License
1.04k stars 61 forks source link

fix(docs): typo #618

Open techieshark opened 2 years ago

techieshark commented 2 years ago

To get a single output minified, you need -min, e.g. bili --format umd-min. Appending just "min" (as in, bili --format umdmin) results in an error about an unsupported format.

This fixes the docs here: https://bili.egoist.sh/api/interfaces/configoutput.html

image

vercel[bot] commented 2 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/egoist/bili/CByDCXfZy1ccw5xTWeSPvJUaPzKz
✅ Preview: https://bili-git-fork-techieshark-patch-1-egoist.vercel.app

codecov[bot] commented 2 years ago

Codecov Report

Merging #618 (5d7fbfc) into master (843a77b) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #618   +/-   ##
=======================================
  Coverage   75.21%   75.21%           
=======================================
  Files          11       11           
  Lines         456      456           
  Branches      170      170           
=======================================
  Hits          343      343           
  Misses        108      108           
  Partials        5        5           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 843a77b...5d7fbfc. Read the comment docs.