Skip to content

Commit

Permalink
fix: runtime error if load-tsconfig included in bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
hannoeru committed Aug 28, 2023
1 parent b46b041 commit 86d51e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
},
"dependencies": {
"@rollup/pluginutils": "^5.0.4",
"load-tsconfig": "^0.2.5",
"unplugin": "^1.4.0"
},
"devDependencies": {
Expand All @@ -56,7 +57,6 @@
"@types/node": "^18.17.12",
"defu": "^6.1.2",
"esbuild": "0.19.2",
"load-tsconfig": "^0.2.5",
"path-exists": "^5.0.0",
"prettier": "3.0.2",
"rollup": "^3.28.1",
Expand Down
7 changes: 3 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit 86d51e3

Please sign in to comment.