Set target to es2015 in vite config (#2492)

* Set target to es2015 in vite config

* Remove document
This commit is contained in:
Dolan
2023-12-29 23:51:31 +00:00
committed by GitHub
parent b8f97553b3
commit c13e9938cf

View File

@ -26,6 +26,7 @@ export default defineConfig({
},
build: {
minify: false,
target: "es2015",
lib: {
entry: [resolve(__dirname, "src/index.ts")],
name: "docx",