mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-22 10:28:34 +00:00
don't waste time gzip'ing contents of babel-loader's cache
This commit is contained in:
parent
f94d3a1263
commit
f464d3b8c9
@ -103,6 +103,7 @@ const base = {
|
|||||||
exclude: /(node_modules|bower_components|\.embark[\\/]versions)/,
|
exclude: /(node_modules|bower_components|\.embark[\\/]versions)/,
|
||||||
options: {
|
options: {
|
||||||
cacheDirectory: true,
|
cacheDirectory: true,
|
||||||
|
cacheCompression: false,
|
||||||
customize: path.join(__dirname, 'babel-loader-overrides.js'),
|
customize: path.join(__dirname, 'babel-loader-overrides.js'),
|
||||||
plugins: [
|
plugins: [
|
||||||
[
|
[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user