mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-18 16:46:38 +00:00
don't waste time gzip'ing contents of babel-loader's cache
This commit is contained in:
parent
09734d7879
commit
a898bbdf18
@ -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: [
|
||||
[
|
||||
|
Loading…
x
Reference in New Issue
Block a user