Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: remove browserify #13417

Merged
merged 4 commits into from
Nov 23, 2021
Merged

deps: remove browserify #13417

merged 4 commits into from
Nov 23, 2021

Conversation

connorjclark
Copy link
Collaborator

Everything* has now been migrated to rollup

So long!

* well, except for a usage in legacy-javascript test harness, will take care of that next

@connorjclark connorjclark requested a review from a team as a code owner November 23, 2021 21:25
@connorjclark connorjclark requested review from adamraine and removed request for a team November 23, 2021 21:25
@google-cla google-cla bot added the cla: yes label Nov 23, 2021
const rollup = require('rollup');
const rollupPlugins = require('./rollup-plugins.js');
const fs = require('fs');
const path = require('path');
const bundleBuilder = require('./build-bundle.js');
const {LH_ROOT} = require('../root.js');
const inlineFs = require('./plugins/browserify-inline-fs.js');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we del this now?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eh, it's harmless left alone. I'd like to defer to brendan on this file. He (or perhaps just I) would like to extract this into its own published package eventually

@connorjclark connorjclark merged commit 02ca880 into master Nov 23, 2021
@connorjclark connorjclark deleted the no-brows branch November 23, 2021 22:09
@connorjclark
Copy link
Collaborator Author

1535176	 02ca88038 deps: remove browserify (#13417) 2021-11-23
1557424	 afb82a3ee deps: update to typescript 4.5 (#13399) 2021-11-23
1554960	 444c16e03 deps: update chrome-launcher to 0.15.0 (#13353) 2021-11-15
1554952	 647dfa48e deps: bump lighthouse-plugin-publisher-ads (#13339) 2021-11-10
1556304	 693a8f7ec core(deprecations): use inspector issues (#13342) 2021-11-09
1559232	 c320529bc core: fix launching chrome in node 17 (#13301) 2021-11-02
1559232	 b3ff9eb7a misc(build): use rollup to build lighthouse-core bundles (#12771) 2021-11-01
...

https://gist.github.com/connorjclark/afd2641c08d6745d8856b1604756e963

good bye 22kb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants