Skip to content

Commit

Permalink
Set target to es2015 in vite config (#2492)
Browse files Browse the repository at this point in the history
* Set target to es2015 in vite config

* Remove document
  • Loading branch information
dolanmiu authored Dec 29, 2023
1 parent b8f9755 commit c13e993
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default defineConfig({
},
build: {
minify: false,
target: "es2015",
lib: {
entry: [resolve(__dirname, "src/index.ts")],
name: "docx",
Expand Down

0 comments on commit c13e993

Please sign in to comment.