mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-15 15:10:31 -08:00
chore: config webpack caching for dev build
This commit is contained in:
parent
9a43e0e81d
commit
84321727d8
2 changed files with 12 additions and 0 deletions
|
|
@ -47,4 +47,10 @@ module.exports = {
|
|||
__filename: true,
|
||||
__dirname: true,
|
||||
},
|
||||
cache: {
|
||||
type: 'filesystem',
|
||||
buildDependencies: {
|
||||
config: [__filename],
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue