This commit is contained in:
Maciej Caderek
2022-03-23 23:31:33 +01:00
parent 684f462fd2
commit ff9d710288
9 changed files with 98 additions and 15 deletions

View File

@@ -6,6 +6,5 @@ export default defineConfig({
build: {
target: "esnext",
polyfillDynamicImport: false,
outDir: "docs",
},
});