chore: remove filesystem cache

This commit is contained in:
afc163 2021-05-27 11:05:20 +08:00
parent 68bec114f6
commit 05169b66da

View File

@ -59,10 +59,6 @@ module.exports = {
javascriptEnabled: true,
},
webpackConfig(config) {
config.cache = {
type: 'filesystem',
};
config.resolve.alias = {
'antd/lib': path.join(process.cwd(), 'components'),
'antd/es': path.join(process.cwd(), 'components'),