Update vue.config.js to use disk and less memory

This commit is contained in:
Webysther Sperandio 2025-03-27 09:42:20 +01:00 committed by GitHub
parent 3db6ccda2d
commit b229387b78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -96,5 +96,8 @@ module.exports = {
devServer,
chainWebpack: config => {
config.module.rules.delete('svg');
config.cache({
type: 'filesystem',
});
},
};