Skip to content

Commit

Permalink
sourcemaps for the extension off, to avoid the 4MB of tax.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Aug 5, 2016
1 parent b914ea1 commit bfd3b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-extension/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ gulp.task('browserify', () => {
'app/src/report-loader.js'
], {read: false})
.pipe(tap(file => {
let bundle = browserify(file.path, {debug: true})
let bundle = browserify(file.path) // , {debug: true})
// Fix an issue with Babelified code that doesn't brfs well.
.transform('./fs-transform', {
global: true
Expand Down

0 comments on commit bfd3b02

Please sign in to comment.