From bfd3b0204841eaaec15f88e43123dd13165c91b6 Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Thu, 4 Aug 2016 21:53:36 -0700 Subject: [PATCH] sourcemaps for the extension off, to avoid the 4MB of tax. --- lighthouse-extension/gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighthouse-extension/gulpfile.js b/lighthouse-extension/gulpfile.js index daa26a2a22be..3a391d2eb0d3 100644 --- a/lighthouse-extension/gulpfile.js +++ b/lighthouse-extension/gulpfile.js @@ -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