dep: webpack cache

- 개발용
This commit is contained in:
2021-08-22 02:31:10 +09:00
parent 90a78b05ce
commit e89475bf52
+10 -2
View File
@@ -92,7 +92,11 @@ module.exports = [
filename: '../css/[name].css' filename: '../css/[name].css'
}), }),
//new BundleAnalyzerPlugin() //new BundleAnalyzerPlugin()
] ],
cache: {
type: 'filesystem',
allowCollectingMemory: true,
},
}, },
{ {
name: 'gateway', name: 'gateway',
@@ -167,6 +171,10 @@ module.exports = [
filename: '../css/[name].css' filename: '../css/[name].css'
}), }),
//new BundleAnalyzerPlugin() //new BundleAnalyzerPlugin()
] ],
cache: {
type: 'filesystem',
allowCollectingMemory: true,
},
}, },
] ]