switch to microbundle

This commit is contained in:
2021-11-11 11:11:03 -05:00
parent 5b3ea19ec0
commit 625837697b
11 changed files with 1969 additions and 2276 deletions
-1
View File
@@ -68,7 +68,6 @@ describe("without canonical tag", () => {
});
async function wait(ms) {
// eslint-disable-next-line compat/compat
return new Promise((resolve) => {
setTimeout(resolve, ms);
});