mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -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
|
|
@ -16,4 +16,10 @@ module.exports = {
|
|||
fallback: { crypto: false },
|
||||
},
|
||||
output: { chunkFilename: 'main_window/[name].chunk.js', publicPath: '../' },
|
||||
cache: {
|
||||
type: 'filesystem',
|
||||
buildDependencies: {
|
||||
config: [__filename],
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue