mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-09 02:49:18 +08:00
chore: workaround for hmr speed (#42357)
* docs: workaround for hmr speed * chore: update comment
This commit is contained in:
@@ -99,4 +99,9 @@ export default defineConfig({
|
||||
})();
|
||||
`,
|
||||
],
|
||||
chainWebpack(memo) {
|
||||
// FIXME: disable case-sensitive-paths plugin since it costs more than 1min in HMR, wait for plugin repair then remove
|
||||
memo.plugins.delete('case-sensitive-paths');
|
||||
return memo;
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user