mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 08:34:14 +01:00
Update vue.config.js to use disk and less memory
This commit is contained in:
parent
3db6ccda2d
commit
b229387b78
1 changed files with 3 additions and 0 deletions
|
|
@ -96,5 +96,8 @@ module.exports = {
|
||||||
devServer,
|
devServer,
|
||||||
chainWebpack: config => {
|
chainWebpack: config => {
|
||||||
config.module.rules.delete('svg');
|
config.module.rules.delete('svg');
|
||||||
|
config.cache({
|
||||||
|
type: 'filesystem',
|
||||||
|
});
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue