stefanpenner / es6-promise

A polyfill for ES6-style Promises
MIT License
7.29k stars 594 forks source link

Update download sizes #298

Closed rosenfeld closed 6 years ago

stefanpenner commented 6 years ago

These don't seem accurate, running locally i get:

ember build --environment production
cleaning up...
Built project successfully. Stored in "dist/".
File sizes:
 - dist/es6-promise.auto.js: 27.93 KB (7.35 KB gzipped)
 - dist/es6-promise.auto.min.js: 6.2 KB (2.4 KB gzipped)
 - dist/es6-promise.js: 27.9 KB (7.35 KB gzipped)
 - dist/es6-promise.min.js: 6.19 KB (2.4 KB gzipped)
rosenfeld commented 6 years ago

Yes, that's right. I was measuring using Chrome network tools, which include the headers in the size.