Skip to content

Commit

Permalink
Add an optional dependency for esbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
arseniiv authored and frostburn committed Apr 4, 2024
1 parent e2d0ec1 commit fb62e5c
Show file tree
Hide file tree
Showing 2 changed files with 357 additions and 0 deletions.
354 changes: 354 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,8 @@
"vite": "^4.5.3",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.27"
},
"optionalDependencies": {
"@esbuild/win32-x64": "^0.20.2"
}
}

0 comments on commit fb62e5c

Please sign in to comment.