mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-27 07:34:43 +02:00
Update vue.config.js to use disk and less memory
This commit is contained in:
parent
3db6ccda2d
commit
b229387b78
@ -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…
x
Reference in New Issue
Block a user