Skip to content

Commit

Permalink
Revert "chore: workaround for hmr speed (ant-design#42357)" (ant-desi…
Browse files Browse the repository at this point in the history
…gn#42374)

This reverts commit f92aa32.
  • Loading branch information
PeachScript authored May 15, 2023
1 parent fa90b25 commit 78c8146
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,4 @@ 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;
},
});

0 comments on commit 78c8146

Please sign in to comment.