From a898bbdf18b85d78866abff561d94c7e64124a95 Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Wed, 3 Oct 2018 14:57:26 -0500 Subject: [PATCH] don't waste time gzip'ing contents of babel-loader's cache --- lib/pipeline/webpack.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pipeline/webpack.config.js b/lib/pipeline/webpack.config.js index 225e72fd..0e6628c9 100644 --- a/lib/pipeline/webpack.config.js +++ b/lib/pipeline/webpack.config.js @@ -103,6 +103,7 @@ const base = { exclude: /(node_modules|bower_components|\.embark[\\/]versions)/, options: { cacheDirectory: true, + cacheCompression: false, customize: path.join(__dirname, 'babel-loader-overrides.js'), plugins: [ [