Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/le0pard/pgtune.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Vasiliev <leopard.not.a@gmail.com>2020-11-16 04:40:10 +0300
committerAlexey Vasiliev <leopard.not.a@gmail.com>2020-11-16 04:40:10 +0300
commite208ab7f0e497fb989c9341ab5b0cf4af3589bfc (patch)
treeede15d0e3be8c2a6a7a93dcbc995dea70b2ba5be /webpack.config.js
parent4ab386bcfbedfe6390bc09811fda2e7e5302f886 (diff)
update node.js and limit
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 3588275..1b1980e 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -196,7 +196,7 @@ config.plugins.push(
swSrc: './webpack/sw.js',
swDest: 'sw.js',
compileSrc: true,
- maximumFileSizeToCacheInBytes: (isProduction ? 3145728 : 15730000)
+ maximumFileSizeToCacheInBytes: (isProduction ? 2097152 : 15730000)
})
)