Skip to content

Commit

Permalink
deps: remove bundlesize (#10999)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark authored Jun 22, 2020
1 parent 40cd7a3 commit b58bf02
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 277 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ before_script:
- google-chrome-stable --version
- yarn build-all
script:
- yarn bundlesize
- yarn diff:sample-json
- yarn lint
- yarn test-legacy-javascript
Expand Down
24 changes: 0 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"fast": "yarn start --emulated-form-factor=none --throttlingMethod=provided",
"deploy-viewer": "yarn build-viewer --deploy",
"now-build": "node lighthouse-core/scripts/build-report-for-autodeployment.js && yarn build-viewer && cp -r dist/viewer dist/now/viewer",
"bundlesize": "bundlesize",
"dogfood-lhci": "./lighthouse-core/scripts/dogfood-lhci.sh",
"timing-trace": "node lighthouse-core/scripts/generate-timing-trace.js",
"changelog": "conventional-changelog --config ./build/changelog-generator/index.js --infile changelog.md --same-file",
Expand Down Expand Up @@ -110,7 +109,6 @@
"babel-plugin-syntax-async-generators": "^6.13.0",
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
"browserify": "^16.2.3",
"bundlesize": "^0.18.0",
"chalk": "^2.4.1",
"chrome-devtools-frontend": "1.0.727089",
"codecov": "^3.2.0",
Expand Down Expand Up @@ -185,28 +183,6 @@
"bugs": {
"url": "https://github.com/GoogleChrome/lighthouse/issues"
},
"bundlesize": [
{
"path": "./dist/extension-chrome/scripts/popup-bundle.js",
"maxSize": "15 kB"
},
{
"path": "./dist/lightrider/lighthouse-lr-bundle.js",
"maxSize": "1.60 MB"
},
{
"path": "./dist/viewer/src/viewer.js",
"maxSize": "65 kB"
},
{
"path": "./dist/lighthouse-dt-bundle.js",
"maxSize": "470 kB"
},
{
"path": "./dist/lightrider/report-generator-bundle.js",
"maxSize": "50 kB"
}
],
"nyc": {
"reporter": [
"text-summary"
Expand Down
Loading

0 comments on commit b58bf02

Please sign in to comment.