[go: nahoru, domu]

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(brfs): upgrade to 2.0.2 to resolve source map debug issue #9312

Merged
merged 1 commit into from
Jul 1, 2019

Conversation

connorjclark
Copy link
Collaborator

source maps were broken b/c of browserify/brfs#90

also made debug bundle mode more convenient.

@patrickhulce patrickhulce changed the title deps(brfs) upgrade to 2.0.2 to resolve source map debug issue deps(brfs): upgrade to 2.0.2 to resolve source map debug issue Jun 29, 2019
Copy link
Collaborator
@patrickhulce patrickhulce left a comment

Choose a reason for hiding this comment

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

LGTM

https://github.com/browserify/brfs/releases/tag/v2.0.0 suggests the breaking change was due to a seemingly pretty important fix, so 👍

@@ -39,6 +39,7 @@ const isDevtools = file => path.basename(file).includes('devtools');
const isExtension = file => path.basename(file).includes('extension');

const BANNER = `// lighthouse, browserified. ${VERSION} (${COMMIT_HASH})\n`;
const DEBUG = false; // true for sourcemaps
Copy link
Collaborator

Choose a reason for hiding this comment

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

👍

@connorjclark
Copy link
Collaborator Author

extension tests pass locally for me. toggling for CI.

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

Successfully merging this pull request may close these issues.

None yet

3 participants