Skip to content

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 👍

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.

3 participants