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, + }, }, ]