don't waste time gzip'ing contents of babel-loader's cache

This commit is contained in:
Michael Bradley, Jr 2018-10-03 14:57:26 -05:00 committed by Pascal Precht
parent 09734d7879
commit a898bbdf18
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 1 additions and 0 deletions

View File

@ -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: [
[