From e89475bf52769cb776ca75e032f7341cdfbe8467 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 22 Aug 2021 02:31:10 +0900 Subject: [PATCH] =?UTF-8?q?dep:=20webpack=20cache=20-=20=EA=B0=9C=EB=B0=9C?= =?UTF-8?q?=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webpack.config.js | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index 4e924909..dbd791bf 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -92,7 +92,11 @@ module.exports = [ filename: '../css/[name].css' }), //new BundleAnalyzerPlugin() - ] + ], + cache: { + type: 'filesystem', + allowCollectingMemory: true, + }, }, { name: 'gateway', @@ -167,6 +171,10 @@ module.exports = [ filename: '../css/[name].css' }), //new BundleAnalyzerPlugin() - ] + ], + cache: { + type: 'filesystem', + allowCollectingMemory: true, + }, }, ]