Revert "chore: workaround for hmr speed (#42357)" (#42374)

This reverts commit f92aa32cfe.
This commit is contained in:
Peach 2023-05-15 21:23:13 +08:00 committed by GitHub
parent fa90b25b3e
commit 78c814649c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
},
});