Browse Source

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

This reverts commit f92aa32cfe.
pull/42376/head
Peach 2 years ago
committed by GitHub
parent
commit
78c814649c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .dumirc.ts

5
.dumirc.ts

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

Loading…
Cancel
Save