mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 12:09:14 +08:00
chore: remove filesystem cache
This commit is contained in:
parent
68bec114f6
commit
05169b66da
@ -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'),
|
||||
|
Loading…
Reference in New Issue
Block a user