buttermilk@2.0.0 package size increase
See original GitHub issueThe .tgz
file size increased from 76.4 kB
to 719.3 kB
Is some extra website code packed under dist/
?
npm notice 1.0MB dist/app.c328ef1a.js
npm notice 1.7MB dist/app.c328ef1a.map
npm notice 8.1kB dist/home.fc46b7b9.js
npm notice 303B dist/home.fc46b7b9.map
npm notice 79B dist/index.html
Noticed from: https://packagephobia.now.sh/result?p=buttermilk@2.0.0
a diff between $ npm pack buttermilk@2.0.0
$ npm pack buttermilk@1.1.2
output:
@@ -1,31 +1,33 @@
-npm notice package: buttermilk@1.1.2
+npm notice package: buttermilk@2.0.0
npm notice === Tarball Contents ===
npm notice 0 package
npm notice 1.1kB LICENSE
-npm notice 14.1kB README.md
+npm notice 14.7kB README.md
npm notice 0 dist
-npm notice 1.6kB package.json
+npm notice 1.8kB package.json
-npm notice 0 site
+npm notice 1.0MB dist/app.c328ef1a.js
+npm notice 1.7MB dist/app.c328ef1a.map
-npm notice 21.1kB dist/cjs.js
-npm notice 30.6kB dist/cjs.js.map
-npm notice 9.3kB dist/cjs.min.js
-npm notice 25.8kB dist/cjs.min.js.map
+npm notice 16.4kB dist/cjs.js
+npm notice 26.6kB dist/cjs.js.map
+npm notice 7.4kB dist/cjs.min.js
+npm notice 22.2kB dist/cjs.min.js.map
-npm notice 20.8kB dist/es.js
-npm notice 30.6kB dist/es.js.map
-npm notice 9.0kB dist/es.min.js
-npm notice 25.8kB dist/es.min.js.map
+npm notice 16.0kB dist/es.js
+npm notice 26.6kB dist/es.js.map
+npm notice 7.0kB dist/es.min.js
+npm notice 22.2kB dist/es.min.js.map
+npm notice 8.1kB dist/home.fc46b7b9.js
+npm notice 303B dist/home.fc46b7b9.map
+npm notice 79B dist/index.html
-npm notice 21.6kB dist/standalone.js
-npm notice 32.3kB dist/standalone.js.map
-npm notice 8.0kB dist/standalone.min.js
-npm notice 25.7kB dist/standalone.min.js.map
+npm notice 16.8kB dist/standalone.js
+npm notice 27.9kB dist/standalone.js.map
+npm notice 5.9kB dist/standalone.min.js
+npm notice 22.1kB dist/standalone.min.js.map
-npm notice 0 site/.next
-npm notice 0 site/.next/dist
npm notice === Tarball Details ===
npm notice name: buttermilk
-npm notice version: 1.1.2
-npm notice filename: buttermilk-1.1.2.tgz
+npm notice version: 2.0.0
+npm notice filename: buttermilk-2.0.0.tgz
-npm notice package size: 76.4 kB
+npm notice package size: 719.3 kB
-npm notice unpacked size: 277.2 kB
+npm notice unpacked size: 3.0 MB
-npm notice shasum: e704ada0d0384570dfe3f5c7dd3a020f534794d3
-npm notice integrity: sha512-ZY2gM6TEVqBBg[...]Lx/4uzsrg/1Kw==
+npm notice shasum: f55bdff0de2af1c9b2b3a1051657632fac86abf5
+npm notice integrity: sha512-wM3O1cSPHmARZ[...]NdTFoQ/c8OQ3g==
-npm notice total files: 20
+npm notice total files: 22
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Revisions in the WIC Food Packages - Federal Register
“Review of WIC Food Packages: Improving Balance and Choice: Final Report,” ... package sizes to increase variety and choice, while still.
Read more >DAIRY MARKET NEWS
Dry buttermilk prices were mostly unchanged. Contacts indicated two Eastern drying plants had problems due to blizzard conditions impacting ...
Read more >Effect of Levels of Buttermilk on Quality of Set Yoghurt
The results indicated that, the total solid, protein, fat and pH values of set yoghurt decreased significantly (P ≤ 0.05) as levels of...
Read more >Gold Medal™ Biscuit Mix Buttermilk 25 lb
No rating value average rating value is 0.0 of 5. ... Product Code: Net Weight: UPC: Volume: GTIN: Height: Unit Size: Length: Case...
Read more >Buttermilk Ranch Dressing #81992 - Marzetti Foodservice
that ingredients, formulas, and labeling regulations may change, so nutrition information ... ingredient information on the product package.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It looks like both the
src
andsite
build steps output to thedist
folder. Obviouslydist
should only contain the library code since you don’t need to ship the site with the npm module.Thanks Justin, looking into it now