瀏覽代碼

website: use html + add thumbnail-generator to bundle sizes

Renée Kooi 6 年之前
父節點
當前提交
f5824fb390
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 1
      website/themes/uppy/layout/stats.ejs
  2. 1 0
      website/update.js

+ 1 - 1
website/themes/uppy/layout/stats.ejs

@@ -22,7 +22,7 @@
 
   <h2 id="bundle-sizes">Bundle Sizes</h2>
   <p>
-    Below are the minified and gzipped sizes for each Uppy package. Note that this includes the dependencies for each package, some of which are shared when you install multiple plugins—for example, the `@uppy/dropbox` and `@uppy/instagram` package are both over 11kB including dependencies, but only sum up to about 15kB when they are used together.
+    Below are the minified and gzipped sizes for each Uppy package. Note that this includes the dependencies for each package, some of which are shared when you install multiple plugins—for example, the <code>@uppy/dropbox</code> and <code>@uppy/instagram</code> package are both over 11kB including dependencies, but only sum up to about 15kB when they are used together.
   </p>
   <table class="Stats-bundleSizes">
     <thead>

+ 1 - 0
website/update.js

@@ -46,6 +46,7 @@ const packages = [
   '@uppy/form',
   '@uppy/golden-retriever',
   '@uppy/react',
+  '@uppy/thumbnail-generator',
   '@uppy/store-default',
   '@uppy/store-redux'
 ]