feat: enable webpack filesystem cache in dev (#621)
This commit is contained in:
@@ -7,6 +7,12 @@ export default (payloadConfig: SanitizedConfig): Configuration => {
|
||||
|
||||
let config: Configuration = {
|
||||
...baseConfig,
|
||||
cache: {
|
||||
type: 'filesystem',
|
||||
buildDependencies: {
|
||||
config: [__filename],
|
||||
},
|
||||
},
|
||||
entry: {
|
||||
...baseConfig.entry,
|
||||
main: [
|
||||
|
||||
Reference in New Issue
Block a user