Skip to content

Commit f12f4a9

Browse files
authored
Merge pull request #772 from primer/bundle-size-report
Add bundle size report
2 parents c5c3eb5 + 9d4b466 commit f12f4a9

7 files changed

+289
-87
lines changed

package-lock.json

+106-78
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
"eslint": "4.19.1",
7171
"eslint-plugin-github": "1.0.0",
7272
"execa": "^0.10.0",
73+
"filesize": "4.1.2",
7374
"fs-extra": "^4.0.2",
7475
"fx": "11.0.1",
7576
"gh-pages": "^1.0.0",
@@ -86,7 +87,9 @@
8687
"metalsmith-filter": "^1.0.2",
8788
"metalsmith-matters": "^1.2.0",
8889
"metalsmith-watch": "^1.0.3",
90+
"minimist": "1.2.0",
8991
"next": "7.0.2",
92+
"node-fetch": "2.4.0",
9093
"now": "^12.1.8",
9194
"npm-run-all": "4.1.5",
9295
"postcss": "7.0.14",
@@ -116,6 +119,7 @@
116119
"styled-components": "4.1.2",
117120
"stylelint": "9.10.1",
118121
"stylelint-config-primer": "7.0.0",
122+
"table": "5.2.3",
119123
"title-case": "^2.1.1",
120124
"tree-model": "^1.0.7",
121125
"typographic-base": "^1.0.4",

0 commit comments

Comments
 (0)