diff --git a/gulpfile.js b/gulpfile.js index 8dcff5b0f..70d9daca5 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -145,7 +145,7 @@ function createWebpackConfig(defines, output) { var licenseHeaderLibre = fs.readFileSync('./src/license_header_libre.js').toString(); var enableSourceMaps = !bundleDefines.FIREFOX && !bundleDefines.MOZCENTRAL && - !bundleDefines.CHROME; + !bundleDefines.CHROME && !bundleDefines.TESTING; var skipBabel = bundleDefines.SKIP_BABEL || process.env['SKIP_BABEL'] === 'true';