Skip to content

Commit

Permalink
fix: dynamic require path issue
Browse files Browse the repository at this point in the history
closes #30
  • Loading branch information
hannoeru committed Aug 28, 2023
1 parent c11575b commit 5d8357c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
"@swc/core": "^1.2.108"
},
"dependencies": {
"@rollup/pluginutils": "^5.0.4",
"unplugin": "^1.4.0"
},
"devDependencies": {
"@hannoeru/eslint-config": "^0.9.7",
"@rollup/pluginutils": "^5.0.4",
"@swc/core": "^1.3.80",
"@types/node": "^18.17.12",
"defu": "^6.1.2",
Expand Down
13 changes: 6 additions & 7 deletions pnpm-lock.yaml

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

1 comment on commit 5d8357c

@hannoeru
Copy link
Member Author

@hannoeru hannoeru commented on 5d8357c Aug 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

closes #32

Please sign in to comment.